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 - com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.InvokableTypeImpl.invokeMethod
Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.InvokableTy...
Status: VERIFIED DUPLICATE of bug 210032
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 19:11 UTC by Jiri Kovalsky
Modified: 2015-06-02 08:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217668


Attachments
stacktrace (1.32 KB, text/plain)
2015-06-01 19:11 UTC, Jiri Kovalsky
Details

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