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 230295 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at java.lang.Thread.holdsLock
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at ...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: JDK_8
Depends on:
Blocks:
 
Reported: 2013-05-27 03:07 UTC by _ tboudreau
Modified: 2013-06-27 13:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200932


Attachments
stacktrace (1.19 KB, text/plain)
2013-05-27 03:07 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2013-05-27 03:07:33 UTC
Build: NetBeans IDE Dev (Build NetBeans-95-on-20130524)
VM: OpenJDK 64-Bit Server VM, 25.0-b33, OpenJDK Runtime Environment, 1.8.0-internal-tim_2013_05_22_05_41-b00
OS: Linux

User Comments:
tboudreau: And again




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at java.lang.Thread.holdsLock(Thread.java:0)
   at org.openide.util.lookup.ProxyLookup.getData(ProxyLookup.java:280)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:219)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:223)
   at org.openide.util.lookup.ExcludingLookup.lookup(ExcludingLookup.java:142)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:223)
Comment 1 _ tboudreau 2013-05-27 03:07:35 UTC
Created attachment 134926 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-27 11:54:49 UTC
We need to do something with this reports Davide. Definitely fix Deadlock Detector to provide more info automatically. For now closing as WONTFIX.
Comment 3 David Strupl 2013-06-27 13:10:09 UTC
Deadlock detector is not part of the NB build any more due to the problem on JDK 8. Details here:
http://bugs.sun.com/view_bug.do?bug_id=8016304
After the bug is fixed in JDK we can consider returning the deadlock detector back.