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 269657 - IllegalMonitorStateException at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryRelease
Summary: IllegalMonitorStateException at java.util.concurrent.locks.ReentrantReadWrite...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-26 15:59 UTC by stefan79
Modified: 2017-01-26 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227828


Attachments
stacktrace (1.21 KB, text/plain)
2017-01-26 15:59 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2017-01-26 15:59:57 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 8.1

User Comments:
stefan79: Revert-Modification (CVS) at Java-source-file.




Stacktrace: 
java.lang.IllegalMonitorStateException
   at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryRelease(ReentrantReadWriteLock.java:371)
   at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1261)
   at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock(ReentrantReadWriteLock.java:1131)
   at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl$ThreadReentrantReadWriteLock$ThreadWriteLock.unlock(JPDAThreadImpl.java:2618)
   at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.fireAfterResume(JPDAThreadImpl.java:1091)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.resume(JPDADebuggerImpl.java:1802)
Comment 1 stefan79 2017-01-26 15:59:59 UTC
Created attachment 163476 [details]
stacktrace