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]

setjmp() shares a single jmp_buf across all threads



I figured out why exceptions and threads don't cooperate on win32 --
it seems that a single jmp_buf is being used for all calls to setjmp(),
instead of a different buffer for each thread.

Unfortunately, I can't seem to find where the calls to setjmp() are --
I guess they're not in libjava. Is this one of those things that gcc
handles? If so, can anybody tell me where to start looking?

  - a


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