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 221846 - com.sun.jdi.InvalidStackFrameException at com.sun.tools.jdi.StackFrameImpl.getValues
Summary: com.sun.jdi.InvalidStackFrameException at com.sun.tools.jdi.StackFrameImpl.ge...
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-09 15:59 UTC by lolo_101
Modified: 2015-02-04 03:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194839


Attachments
stacktrace (2.43 KB, text/plain)
2012-11-09 15:59 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-11-09 15:59:18 UTC
This bug was originally marked as duplicate of bug 188345, 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: debugging




Stacktrace: 
com.sun.jdi.InvalidStackFrameException
   at com.sun.tools.jdi.StackFrameImpl.getValues(StackFrameImpl.java:224)
   at com.sun.tools.jdi.StackFrameImpl.getValue(StackFrameImpl.java:185)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitIdentifier(EvaluatorVisitor.java:1939)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitIdentifier(EvaluatorVisitor.java:194)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1714)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:49)
Comment 1 lolo_101 2012-11-09 15:59:20 UTC
Created attachment 127495 [details]
stacktrace
Comment 2 Martin Entlicher 2012-11-13 16:36:12 UTC
Moving to P4, this kind of problems seems to occur on JDK 6 only.
Comment 3 Quality Engineering 2015-02-04 03:25:20 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.