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 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at sun.misc.Unsafe.park
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at ...
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords: NO74
Depends on:
Blocks:
 
Reported: 2013-06-09 00:01 UTC by szmitek
Modified: 2013-06-10 20:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201267


Attachments
stacktrace (849 bytes, text/plain)
2013-06-09 00:01 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.