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 230975 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException at java.nio.Bits.copyToArray
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-08 22:19 UTC by szmitek
Modified: 2013-06-10 20:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201266


Attachments
stacktrace (3.24 KB, text/plain)
2013-06-08 22:19 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2013-06-08 22:19:41 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: Netbeans cannot have closed




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException
   at java.nio.Bits.copyToArray(Bits.java:781)
   at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:274)
   at org.apache.lucene.store.MMapDirectory$MMapIndexInput.readBytes(MMapDirectory.java:291)
   at org.apache.lucene.store.IndexInput.copyBytes(IndexInput.java:109)
   at org.apache.lucene.store.Directory.copy(Directory.java:234)
   at org.apache.lucene.store.RAMDirectory.<init>(RAMDirectory.java:84)
Comment 1 szmitek 2013-06-08 22:19:43 UTC
Created attachment 135541 [details]
stacktrace
Comment 2 David Strupl 2013-06-10 20:07:35 UTC
Can you please attach the file

/tmp/deadlock1691515797530537439.txt

so we can evaluate the deadlock? The file is needed to confirm whether the deadlock detection in JDK 8 is broken or not. Marking the report as incomplete - feel free to reopen after attaching the file. Thank you.