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 250133 - com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod
Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ObjectRefer...
Status: VERIFIED DUPLICATE of bug 225577
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: 2015-01-31 11:49 UTC by markiewb
Modified: 2015-02-06 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215117


Attachments
stacktrace (1.87 KB, text/plain)
2015-01-31 11:49 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2015-01-31 11:49:18 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
markiewb: Starting a debugging session of a simple NBM. JRebel 6.x is active




Stacktrace: 
com.sun.jdi.IncompatibleThreadStateException
   at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod(ObjectReferenceImpl.java:395)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethodFallback(JRObjectReference.java:201)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethodRebel(JRObjectReference.java:190)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethod(JRObjectReference.java:156)
   at com.sun.tools.jdi.ClassLoaderReferenceImpl$$$jr.invokeMethod(ClassLoaderReferenceImpl.java:60000)
   at org.netbeans.modules.debugger.jpda.jdi.ObjectReferenceWrapper.invokeMethod(ObjectReferenceWrapper.java:510)
Comment 1 markiewb 2015-01-31 11:49:19 UTC
Created attachment 151758 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-02-02 15:57:58 UTC
In my humble opinion this is another duplicate of issue #225577.
Comment 3 Martin Entlicher 2015-02-06 09:58:25 UTC
The stack trace is slightly changed by JRebel, but it's essentially a duplicate of issue #225577.

*** This bug has been marked as a duplicate of bug 225577 ***
Comment 4 Jiri Kovalsky 2015-02-06 10:08:07 UTC
Verified as duplicate then.