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 250277 - com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod
Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ObjectRefer...
Status: RESOLVED FIXED
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-02-06 16:03 UTC by Martin Entlicher
Modified: 2015-02-09 02:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215241


Attachments
stacktrace (2.70 KB, text/plain)
2015-02-06 16:03 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2015-02-06 16:03:38 UTC
Build: NetBeans IDE Dev (Build 20150205-07428c3afb5e)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
mentlicher: Trying to get toString() in Variables when thread is not suspended by an event.




Stacktrace: 
com.sun.jdi.IncompatibleThreadStateException
   at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod(ObjectReferenceImpl.java:395)
   at org.netbeans.modules.debugger.jpda.jdi.ObjectReferenceWrapper.invokeMethod(ObjectReferenceWrapper.java:576)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.invokeVirtual(TreeEvaluator.java:320)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.invokeVirtual(TreeEvaluator.java:275)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:1103)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:1009)
Comment 1 Martin Entlicher 2015-02-06 16:03:39 UTC
Created attachment 151867 [details]
stacktrace
Comment 2 Martin Entlicher 2015-02-06 17:08:00 UTC
Fixed by changeset:   283877:d39d4fc0ce93
http://hg.netbeans.org/core-main/rev/d39d4fc0ce93
Comment 3 Quality Engineering 2015-02-09 02:23:11 UTC
Integrated into 'main-silver', will be available in build *201502090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d39d4fc0ce93
User: mentlicher@netbeans.org
Log: #250277: Notify about problems in method invocations.