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 214331 - IllegalStateException: Different suspend counts! JPDA Thread = 1, thread instance of java.awt.EventDispatchThread(name='AWT-EventQueue-0', id=1615) = 0
Summary: IllegalStateException: Different suspend counts! JPDA Thread = 1, thread inst...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 219982 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-17 09:47 UTC by Exceptions Reporter
Modified: 2014-07-30 22:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189622


Attachments
stacktrace (1.52 KB, text/plain)
2012-06-17 09:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-17 09:47:20 UTC
This bug was originally marked as duplicate of bug 207384, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

Stacktrace: 
java.lang.IllegalStateException: Different suspend counts! JPDA Thread = 1, thread instance of java.awt.EventDispatchThread(name='AWT-EventQueue-0', id=1615) = 0
   at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.notifyMethodInvoking(JPDAThreadImpl.java:1291)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.uploadBasicClasses(RemoteServices.java:162)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.initDebuggerRemoteService(VisualDebuggerListener.java:254)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.access$100(VisualDebuggerListener.java:122)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener$2.breakpointReached(VisualDebuggerListener.java:185)
   at org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:293)
Comment 1 Exceptions Reporter 2012-06-17 09:47:24 UTC
Created attachment 120953 [details]
stacktrace
Comment 2 Martin Entlicher 2012-10-23 09:58:58 UTC
*** Bug 219982 has been marked as a duplicate of this bug. ***
Comment 3 Martin Entlicher 2012-10-23 09:59:36 UTC
Steps to reproduce are welcome.
Comment 4 Martin Entlicher 2014-07-30 22:26:52 UTC
Seems to be fixed after write access lock is used.