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 219895 - com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Summary: com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Status: RESOLVED DUPLICATE of bug 205635
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 09:17 UTC by lolo_101
Modified: 2012-10-19 08:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193387


Attachments
stacktrace (2.51 KB, text/plain)
2012-10-11 09:17 UTC, lolo_101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lolo_101 2012-10-11 09:17:50 UTC
This bug was originally marked as duplicate of bug 202813, 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.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows XP

User Comments:
Lolo_101: Pressed "continue" button when the debugger was stopped on a breakpoint.




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 org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.indexOf(TreeEvaluator.java:234)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.evaluate(TreeEvaluator.java:121)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluateIn(JavaEvaluator.java:144)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluate(JavaEvaluator.java:92)
Comment 1 lolo_101 2012-10-11 09:17:54 UTC
Created attachment 125761 [details]
stacktrace
Comment 2 Martin Entlicher 2012-10-19 08:03:42 UTC

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