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 205611

Summary: [71cat] com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Product: debugger Reporter: williambacchi
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183240
Attachments: stacktrace

Description williambacchi 2011-11-28 13:33:45 UTC
This bug was originally marked as duplicate of bug 175699, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

Stacktrace: 
com.sun.jdi.InvalidStackFrameException: Thread has been resumed
   at com.sun.tools.jdi.StackFrameImpl.validateStackFrame(StackFrameImpl.java:62)
   at com.sun.tools.jdi.StackFrameImpl.location(StackFrameImpl.java:71)
   at com.sun.tools.jdi.LocalVariableImpl.isVisible(LocalVariableImpl.java:102)
   at com.sun.tools.jdi.StackFrameImpl.createVisibleVariables(StackFrameImpl.java:148)
   at com.sun.tools.jdi.StackFrameImpl.visibleVariableByName(StackFrameImpl.java:178)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitIdentifier(EvaluatorVisitor.java:1917)
Comment 1 williambacchi 2011-11-28 13:33:47 UTC
Created attachment 113579 [details]
stacktrace
Comment 2 Martin Entlicher 2011-11-29 09:13:58 UTC
In the messages.log file there's a bunch of exceptions, but no InvalidStackFrameException.
It's likely the same problem as issue #205635.

*** This bug has been marked as a duplicate of bug 205635 ***