Thomas Zander wrote:
Would anyone have problems with me committing a mauve test that opens a Window for a very little time?

See attached test.

Next to that; I would like to ask for your expertise to see if I made a mistake, or if there is a bug in classpath/jamvm.
The statement on line 75 (setVisible()) should be inside the synchronized block, but if I do that then the frame is properly displayed, but never returns. Putting a System.exit(); before the "try {" line made me sure it really never returns.


Any ideas?

It might be this bug:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16203

but I'm not sure. Can you attach to the various thread processes with gdb and see where they're stuck? Or get a multithreaded Java stack trace somehow?

Chris


_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to