libgcj signal handling problem

Andrew Morton akpm@osdl.org
Tue Aug 19 04:22:00 GMT 2003


Folks,

libgcj's detection of bad pointers is broken on Linux 2.6 kernels because it is
using setjmp()/longjmp() rather than sigsetjmp()/siglongjmp().

Details at http://bugme.osdl.org/show_bug.cgi?id=1124

Thanks.



More information about the Java mailing list