Re[2]: [Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-23 Thread Pavel Tsekov
Hello Robert, Saturday, March 23, 2002, 5:34:28 AM, you wrote: RC> Thanks for taking the time to look at this - I really appreciate that. RC> BTW: If it's reproducible, tell me the steps and I'll look too. Also, if RC> it's reproducible, try building with -DDEBUG. Yep! I found a way to reprodu

RE: [Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Robert Collins
Thanks for taking the time to look at this - I really appreciate that. BTW: If it's reproducible, tell me the steps and I'll look too. Also, if it's reproducible, try building with -DDEBUG. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygw

RE: [Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Robert Collins
> -Original Message- > From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 11:03 AM > strcpy (dp, dots); > delete[] dots; > key = String (dp); > > LOOK HERE - This is not right - we should delete at the base > of the block, not somewhere in the middle

[Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Pavel Tsekov
Ok - more inf... I think I've found the problem... site_list_type::init (...) [snip some code] char *dp = new char[2 * newurl.size() + 3]; while (dot != dots) { if (*dot == '.' || *dot == '/') { char *sp; if (dot[3] == 0) *dp++ = '~';/* sort .com/.edu/

Re: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Pavel Tsekov
Hello, I want to notify all interested people that I've undoubtfully located the function which causes this problem - it's __builtin_vector_delete, and more specifically a call to free() inside its code. As I cant reproduce currently this behaviour on my machine I'm stuck to looking at the sourc

Re: Setup.Exe causes Application Error at 0x78001750

2002-03-21 Thread Elizabeth Barham
Pavel Tsekov <[EMAIL PROTECTED]> writes: > It seems the crash occures in some of the Win32 / CRT routines... > Maybe a bad argument is passed to this API... Will it be possible to > drive the setup.exe to the pre-download screen AND then dump its > memory image then send it to me (offlist) and i

RE: Setup.Exe causes Application Error at 0x78001750

2002-03-21 Thread Seitz, Matt
rom: Pavel Tsekov [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 02:46 To: Seitz, Matt Cc: '[EMAIL PROTECTED]' Subject: Re: Setup.Exe causes Application Error at 0x78001750 Hello Matt, Wednesday, March 20, 2002, 8:47:39 PM, you wrote: SM> Windows NT 4 is reporting an Appli

Re: Setup.Exe causes Application Error at 0x78001750

2002-03-21 Thread Pavel Tsekov
Hello Matt, Wednesday, March 20, 2002, 8:47:39 PM, you wrote: SM> Windows NT 4 is reporting an Application Error when I run Setup.Exe. The SM> error reads: SM> The instruction at "0x78001750" referenced memory at "0x20b078e9". SM> The memory could not be "read". It seems the crash occ

Re: Setup.Exe causes Application Error at 0x78001750

2002-03-20 Thread Elizabeth Barham
I reported a similar error with Windows98 a few days ago; same general scenerio in that it starts fine until the Downloading part and then throws an exception. I sent along the CPU dump that Win98 provides. Elizabeth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reportin

Setup.Exe causes Application Error at 0x78001750

2002-03-20 Thread Seitz, Matt
Windows NT 4 is reporting an Application Error when I run Setup.Exe. The error reads: The instruction at "0x78001750" referenced memory at "0x20b078e9". The memory could not be "read". At first the program runs fine. The splash screen identifies it as "setup.exe version 2.194.2.15". I