Exception problems-> this is a bug!

Town, Brad btown@ceddec.com
Tue Nov 28 08:07:00 GMT 2000


I compiled using "g++ -g test.cc", and I'm seeing the behavior that Joost
mentioned.  gdb caught the exception and is currently pointing at an
assembly instruction between the last brace of the for loop and the last
brace of the try block: "mov (%edx),%ecx".

I did have to tweak the source a bit to get it to run.  On my machine, I got
the message "couldn't dynamically determine load address for
'CharToOemBuffA' (handle 0x0), Win32 error 127".  Putting a Sleep between
the two calls to CreateThread allows the program to run.  Looks like the
assembly in autoload.cc needs to be thread-safe (just like the FIXME above
it says).

Brad Town


Joost Kraaijeveld [ mailto:J.Kraaijeveld@Askesis.nl ] wrote:
> This program (see below) crashes whenever a function on a 
> separate thread is
> called that contains a try{} catch(){} block. I tested with several
> compilers (Cygwin, MingW, IBM Visual Age, MS Visual C++ and 
> Metrowerks) and
> only CygWin (latest release of all software) crashes. I think 
> that the stack
> of the thread is not cleaned up correctly.
> 
> Is there a workaround availalbe of some kind??
<snip>

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list