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
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
> -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
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/
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
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
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
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
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
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
10 matches
Mail list logo