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 230624 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addResource
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at ...
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: JDK_8
Depends on:
Blocks:
 
Reported: 2013-06-02 17:07 UTC by sreimers
Modified: 2013-06-27 13:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201100


Attachments
stacktrace (1.67 KB, text/plain)
2013-06-02 17:07 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-06-02 17:07:37 UTC
Build: NetBeans IDE Dev (Build 201306012301)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b34, Java(TM) SE Runtime Environment, 1.8.0-ea-b92
OS: Mac OS X

User Comments:
sreimers: NetBeans sitting in the background, while working with files on command line




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addResource(MutualExclusionSupport.java:67)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.getInputStream(FileObj.java:210)
   at org.netbeans.modules.apisupport.project.api.Util.getManifest(Util.java:162)
   at org.netbeans.modules.apisupport.project.api.LayerHandle.getLayerFile(LayerHandle.java:383)
   at org.netbeans.modules.apisupport.project.ui.ImportantFilesNodeFactory$ImportantFilesChildren.refreshKeys(ImportantFilesNodeFactory.java:265)
   at org.netbeans.modules.apisupport.project.ui.ImportantFilesNodeFactory$ImportantFilesChildren.access$000(ImportantFilesNodeFactory.java:192)
Comment 1 sreimers 2013-06-02 17:07:39 UTC
Created attachment 135231 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-27 11:55:10 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:50 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.