This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj signal handling problem


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]