This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Something broke?
Tom Tromey wrote:
> I can't reproduce this here. Can you find the problem? Just put a
> breakpoint on notifyAll and examine the mutex (and read
> _Jv_PthreadCheckMonitor, in posix-threads.h, to see what libgcj thinks
> should be happening).
I'm getting this too. Notice how notifyAll() occurs twice in the stack trace. Is this
perhaps another case of recursive class initialization?
regards
[ bryce ]