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]

Re: GC with threads on Darwin/OS X


On Thu, 16 Jan 2003, Andreas Tobler wrote:
> Here I see some random passes of FileHandleGcTest.exe, but most time it
> fails. Invoking gdb shows that it has to do with threads.
> Would be great if you have some patches around to review.

Hmm... is your libgcj runtime really multithreaded?  Configuring with
gcc-3.3 sources, I don't get a thread-capable build even with
--enable-threads.  (Which explains how FileHandleGCTest can fail,
given that no FinalizerThread would never run.)

Jeff


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