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

Summary: com.sun.jdi.InternalException: Unexpected JDWP Error: 35
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WONTFIX    
Severity: normal CC: jomello_br
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 154376
Attachments: stacktrace

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.