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

Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.MutualExclusionSupport.addResource
Product: apisupport Reporter: sreimers <sreimers>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: RESOLVED WONTFIX    
Severity: normal CC: dstrupl
Priority: P3 Keywords: JDK_8
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201100
Attachments: stacktrace

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.