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 231675

Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at java.io.UnixFileSystem.getBooleanAttributes0
Product: platform Reporter: szmitek <szmitek>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WONTFIX    
Severity: normal CC: dstrupl, szmitek
Priority: P3 Keywords: JDK_8
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201613
Attachments: stacktrace

Description szmitek 2013-06-23 08:41:15 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: There was no problem




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at java.io.UnixFileSystem.getBooleanAttributes0(UnixFileSystem.java:0)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.isDirectory(File.java:849)
   at org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory(FileInfo.java:100)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:112)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport$1IOJob.run(ChildrenSupport.java:230)
Comment 1 szmitek 2013-06-23 08:41:16 UTC
Created attachment 136179 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-27 11:54:25 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:24 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.