This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72421 - ExcluxiveMutex blocke AWT Dispatch Thread
Summary: ExcluxiveMutex blocke AWT Dispatch Thread
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 16:21 UTC by shemnon
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Threads from JConsole (22.36 KB, text/plain)
2006-02-08 16:23 UTC, shemnon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shemnon 2006-02-08 16:21:51 UTC
At inexplicable times for inexpicable reasons my netbeans 5.0 will freeze the
GUI.  So this time I started it up so JConsole could attack to it, and
discovered that 10 threads including the EDT were blocked on the ExclusiveMutex
in javacore.  

I also could not figure out which thread held the lock the JMX messages returned
a -1 on teh lock owner in all 10 threads.  It could be the case of all 10
waiting on an object that will never get notified, some thread left the core
witout calling notify on the lock object.

This happens about once a week for me.  Attaching a copy of all the stack thread
traces in JConsole.
Comment 1 shemnon 2006-02-08 16:23:08 UTC
Created attachment 28799 [details]
Threads from JConsole
Comment 2 Jan Becicka 2006-10-26 16:27:40 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 12:45:34 UTC
Reorganization of java component