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 - 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':
Summary: IllegalStateException: Different suspend counts! JPDA Thread = 1, thread inst...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-25 15:58 UTC by JayChristopher
Modified: 2017-03-10 16:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213679


Attachments
stacktrace (1.64 KB, text/plain)
2014-11-25 15:58 UTC, JayChristopher
Details

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