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 256478 - com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Summary: com.sun.jdi.InvalidStackFrameException: Thread has been resumed
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 00:19 UTC by emiddio
Modified: 2016-01-07 02:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221067


Attachments
stacktrace (1.49 KB, text/plain)
2015-11-10 00:19 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-11-10 00:19:39 UTC
This bug was originally marked as duplicate of bug 184266, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
emiddio: debugging




Stacktrace: 
com.sun.jdi.InvalidStackFrameException: Thread has been resumed
   at com.sun.tools.jdi.StackFrameImpl.validateStackFrame(StackFrameImpl.java:80)
   at com.sun.tools.jdi.StackFrameImpl.thread(StackFrameImpl.java:98)
   at com.sun.tools.jdi.ThreadReferenceImpl.popFrames(ThreadReferenceImpl.java:535)
   at org.netbeans.modules.debugger.jpda.jdi.ThreadReferenceWrapper.popFrames(ThreadReferenceWrapper.java:1063)
   at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.popFrames(JPDAThreadImpl.java:802)
   at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.popFrames(JPDADebuggerImpl.java:705)
Comment 1 emiddio 2015-11-10 00:19:40 UTC
Created attachment 157244 [details]
stacktrace