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 230976

Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at sun.misc.Unsafe.park
Product: ide Reporter: szmitek <szmitek>
Component: CodeAssignee: David Strupl <dstrupl>
Status: RESOLVED INCOMPLETE    
Severity: normal Keywords: NO74
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201267
Attachments: stacktrace

Description szmitek 2013-06-09 00:01:42 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: Editing C++ code




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at sun.misc.Unsafe.park(Unsafe.java:0)
   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2038)
   at java.awt.EventQueue.getNextEvent(EventQueue.java:536)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:189)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135)
Comment 1 szmitek 2013-06-09 00:01:44 UTC
Created attachment 135542 [details]
stacktrace
Comment 2 David Strupl 2013-06-10 20:05:23 UTC
Can you please attach the file 
/tmp/deadlock778543735270937035.txt
if you still have it?

Without the file we don't have complete information about the situation. But I suspect the deadlock detection is broken in JDK 8. I need the file for confirmation of this hypothesis. Marking the report as incomplete for now. After adding the file feel free to reopen the issue.