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]

Re: libjava test suite keeps getting stuck


>>>>> "Zack" == Zack Weinberg <zackw@Stanford.EDU> writes:

Zack> This is likely to be a long-standing bug in the Linux thread
Zack> library.  exit(3) from the main thread does not reliably
Zack> terminate all other threads.  libjava may be assuming that it
Zack> does.  The bug is more or less unfixable, and needs to be worked
Zack> around.

How?

I think we already have special hacks for Linux threads.  Adding one
more won't hurt.

Tom


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