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 230285 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at org.openide.util.lookup.InheritanceTree.classToNode
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at ...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: JDK_8
Depends on:
Blocks:
 
Reported: 2013-05-26 15:13 UTC by szmitek
Modified: 2013-06-27 13:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200924


Attachments
stacktrace (2.48 KB, text/plain)
2013-05-26 15:13 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2013-05-26 15:13:26 UTC
Build: NetBeans IDE Dev (Build 201305252300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b33, Java(TM) SE Runtime Environment, 1.8.0-ea-b91
OS: Linux

User Comments:
szmitek: After restart with importing Netbeans settings.




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at org.openide.util.lookup.InheritanceTree.classToNode(InheritanceTree.java:470)
   at org.openide.util.lookup.InheritanceTree.searchClass(InheritanceTree.java:596)
   at org.openide.util.lookup.InheritanceTree.lookup(InheritanceTree.java:242)
   at org.openide.util.lookup.DelegatingStorage.lookup(DelegatingStorage.java:174)
   at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:436)
   at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:421)
Comment 1 szmitek 2013-05-26 15:13:28 UTC
Created attachment 134916 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-27 11:55:39 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:09:21 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.