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 228820 - com.sun.jdi.VMMismatchException: instance of java.lang.Thread(name='http--192.168.0.100-8080-5', id=18)
Summary: com.sun.jdi.VMMismatchException: instance of java.lang.Thread(name='http--192...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 18:34 UTC by janario
Modified: 2013-06-08 01:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173832


Attachments
stacktrace (1.66 KB, text/plain)
2013-04-21 18:34 UTC, janario
Details
stacktrace (1.66 KB, text/plain)
2013-04-26 13:49 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-04-21 18:34:29 UTC
Build: NetBeans IDE Dev (Build 20130420-806db188dd1c)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
janario: In debug when I try to inspect an expression, selecting and putting cursos to see the value.




Stacktrace: 
com.sun.jdi.VMMismatchException: instance of java.lang.Thread(name='http--192.168.0.100-8080-5', id=18)
   at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:68)
   at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod(ObjectReferenceImpl.java:365)
   at org.netbeans.modules.debugger.jpda.jdi.ObjectReferenceWrapper.invokeMethod(ObjectReferenceWrapper.java:510)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.invokeVirtual(TreeEvaluator.java:265)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:1060)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.invokeMethod(JPDADebuggerImpl.java:1007)
Comment 1 janario 2013-04-21 18:34:30 UTC
Created attachment 133640 [details]
stacktrace
Comment 2 janario 2013-04-26 13:49:22 UTC
Created attachment 133851 [details]
stacktrace

debugging
Comment 3 Martin Entlicher 2013-06-05 15:24:12 UTC
Hopefully fixed by changeset:   255654:eaedba6a037a
http://hg.netbeans.org/core-main/rev/eaedba6a037a
Comment 4 Quality Engineering 2013-06-08 01:07:38 UTC
Integrated into 'main-golden', will be available in build *201306072301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/eaedba6a037a
User: mentlicher@netbeans.org
Log: #228820: Assure that the InvocationExceptionTranslated is using the evaluation thread for it's invocations.