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 160966

Summary: com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Product: debugger Reporter: arnex <arnex>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker CC: medotin, pekkle
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=120232
Issue Type: DEFECT Exception Reporter: 120232
Bug Depends on: 161270    
Bug Blocks:    
Attachments: stacktrace

Description arnex 2009-03-24 01:57:27 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows 2000, 5.0, x86

User Comments:
rmichalsky: Debugging with conditional breakpoint

GUEST: When using run to line while debugging JSP

GUEST: Debbuging while having a brakpoint in a recursive method, having a condition set



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.thread(StackFrameImpl.java:80)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.evaluateIn(JPDADebuggerImpl.java:734)
        at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.evaluateConditionIn(BreakpointImpl.java:677)
        at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.evaluateCondition(BreakpointImpl.java:563)
        at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.processCondition(BreakpointImpl.java:329)
Comment 1 arnex 2009-03-24 01:57:32 UTC
Created attachment 78712 [details]
stacktrace
Comment 2 Martin Entlicher 2009-07-07 15:49:38 UTC
This should be fixed after http://hg.netbeans.org/main/rev/ee23e0e1b5a6 and http://hg.netbeans.org/main/rev/b8f16f4a60fa.