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

Summary: com.sun.jdi.IncompatibleThreadStateException at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod
Product: debugger Reporter: markiewb
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215117
Attachments: stacktrace

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.