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 248892

Summary: IllegalStateException: Different suspend counts! JPDA Thread = 1, thread instance of java.lang.Thread(name='JavaFX Application Thread', id=269) = 2, thread's state: Thread 'JavaFX Application Thread':
Product: debugger Reporter: JayChristopher
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: mziernik
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213679
Attachments: stacktrace

Description JayChristopher 2014-11-25 15:58:21 UTC
This bug was originally marked as duplicate of bug 214331, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 7

User Comments:
JayChristopher: Debugging JavaFX project, was not at a breakpoint or similar (just UI loading)




Stacktrace: 
java.lang.IllegalStateException: Different suspend counts! JPDA Thread = 1, thread instance of java.lang.Thread(name='JavaFX Application Thread', id=269) = 2, thread's state: Thread 'JavaFX Application Thread': status = 1, is suspended = true, suspend count = 2, is at breakpoint = false
   at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.notifyMethodInvoking(JPDAThreadImpl.java:1325)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.uploadBasicClasses(RemoteServices.java:211)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.initDebuggerRemoteService(VisualDebuggerListener.java:257)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener.access$100(VisualDebuggerListener.java:116)
   at org.netbeans.modules.debugger.jpda.visual.VisualDebuggerListener$3.breakpointReached(VisualDebuggerListener.java:199)
   at org.netbeans.api.debugger.jpda.JPDABreakpoint.fireJPDABreakpointChange(JPDABreakpoint.java:300)
Comment 1 JayChristopher 2014-11-25 15:58:23 UTC
Created attachment 150696 [details]
stacktrace