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 252730

Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod
Product: debugger Reporter: Jiri Kovalsky <jkovalsky>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217668
Attachments: stacktrace

Description Jiri Kovalsky 2015-06-01 19:11:20 UTC
Build: NetBeans IDE Dev (Build 201506010405)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
jkovalsky: I paused debugged Maven based GUI application and then pushed Take GUI Snapshot toolbar button.




Stacktrace: 
com.sun.jdi.IncompatibleThreadStateException
   at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod(InvokableTypeImpl.java:116)
   at org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.invokeMethod(ClassTypeWrapper.java:310)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot$1.run(RemoteAWTScreenshot.java:272)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:521)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.take(RemoteAWTScreenshot.java:250)
   at org.netbeans.modules.debugger.jpda.visual.RemoteAWTScreenshot.takeCurrent(RemoteAWTScreenshot.java:176)
Comment 1 Jiri Kovalsky 2015-06-01 19:11:22 UTC
Created attachment 153994 [details]
stacktrace
Comment 2 Martin Entlicher 2015-06-02 07:32:15 UTC

*** This bug has been marked as a duplicate of bug 210032 ***
Comment 3 Jiri Kovalsky 2015-06-02 08:17:49 UTC
OK, another redundant report of the same issue. I apologize :| Verifying.