GCJ/minGW produced executables and linux/wine

Andrew Haley aph@redhat.com
Tue Mar 4 13:41:00 GMT 2003


Jeff Sturm writes:
 > On Tue, 4 Mar 2003, Andrew Haley wrote:
 > >  > FAIL: Throw_2 -O execution - bytecode->native test
 > >
 > > Your exception handling is totally busted.
 > 
 > Indeed.  Do we now need -fcheck-references even on a sjlj-target?

It is legal to longjmp from a signal handler.  However, as I
understand it (and I understand very little about Windows APIs) this
isn't exactly a signal handler.

So, maybe who has the docs can tell us: is it legal to longjmp from a
Windows exception handler?

 > If not, there's something else wrong, perhaps in
 > win32_exception_handler.

Or in longjmp.

Andrew.



More information about the Java mailing list