RE: BUG report: destructor exception vector; DLL 1.5.18

2005-09-06 Thread Dave Korn
Original Message >From: Gerrit P. Haase >Sent: 06 September 2005 19:06 > > Ok, after another look I saw that your mailer wrapped the code, > maybe you should change your mailer? Heh, you _still_ didn't finish reading the thread! cheers, DaveK -- Can't think of a witty .si

Re: BUG report: destructor exception vector; DLL 1.5.18

2005-09-06 Thread Gerrit P. Haase
Andreas wrote: Hello, I found a bug in the Cygwin environment that blocks me. I condensed the problem into one C++ file: all.cc I compiles OK, but crashes, when executed. I compiled the same file on a LINUX system, it runs there without a problem. To me it seems that the deallocation in the d

RE: BUG report: destructor exception vector; DLL 1.5.18

2005-09-06 Thread Dave Korn
Original Message >From: Gerrit P. Haase >Sent: 06 September 2005 18:42 > Andreas wrote: > >> Hello, >> >> I found a bug in the Cygwin environment that blocks me. I condensed the >> problem into one C++ file: all.cc >> I compiles OK, but crashes, when executed. > $ g++ -Wall -g -o all.C.

Re: BUG report: destructor exception vector; DLL 1.5.18

2005-09-06 Thread Gerrit P. Haase
Andreas wrote: Hello, I found a bug in the Cygwin environment that blocks me. I condensed the problem into one C++ file: all.cc I compiles OK, but crashes, when executed. I compiled the same file on a LINUX system, it runs there without a problem. To me it seems that the deallocation in the d

Re: BUG report: destructor exception vector; DLL 1.5.18

2005-09-01 Thread Brian Dessent
Andreas wrote: > I compiled the same file on a LINUX system, it runs there without a problem. That is a very poor way to assume that your code is correct. When you make coding errors that trash memory, any one of a number of things can happen and the outcome completely depends on the compiler, t