|
From: | Chris Pickett |
Subject: | Re: Visual mauve test? |
Date: | Mon, 13 Dec 2004 08:21:06 -0500 |
User-agent: | Mozilla Thunderbird 0.8 (X11/20040926) |
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=16203but 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
[Prev in Thread] | Current Thread | [Next in Thread] |