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 224263 - com.sun.jdi.InternalException: Unexpected JDWP Error: 35
Summary: com.sun.jdi.InternalException: Unexpected JDWP Error: 35
Status: RESOLVED WONTFIX
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-12-27 16:14 UTC by Exceptions Reporter
Modified: 2013-01-03 14:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154376


Attachments
stacktrace (2.26 KB, text/plain)
2012-12-27 16:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-27 16:14:51 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 25.0-b11, OpenJDK Runtime Environment, 1.8.0-ea-lambda-nightly-h2364-20121217-b69-b00
OS: Windows 7

Stacktrace: 
com.sun.jdi.InternalException: Unexpected JDWP Error: 35
   at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:65)
   at com.sun.tools.jdi.StackFrameImpl.getValues(StackFrameImpl.java:241)
   at com.sun.tools.jdi.StackFrameImpl.getValue(StackFrameImpl.java:201)
   at org.netbeans.modules.debugger.jpda.jdi.StackFrameWrapper.getValue(StackFrameWrapper.java:156)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getLocalVariables(CallStackFrameImpl.java:374)
   at org.netbeans.modules.debugger.jpda.models.LocalsTreeModel.getLocalVariables(LocalsTreeModel.java:625)
Comment 1 Exceptions Reporter 2012-12-27 16:14:53 UTC
Created attachment 129722 [details]
stacktrace
Comment 2 Martin Entlicher 2013-01-03 14:59:33 UTC
Error 35 means "Invalid slot."
It's apparently a defect of JDK. If you know exact steps to reproduce, please provide them. Or submit the defect directly to JDK.