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 255298 - com.sun.jdi.InternalException: Unexpected JDWP Error: 113
Summary: com.sun.jdi.InternalException: Unexpected JDWP Error: 113
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 13:17 UTC by blacharz
Modified: 2015-09-17 01:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165861


Attachments
stacktrace (882 bytes, text/plain)
2015-09-15 13:17 UTC, blacharz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description blacharz 2015-09-15 13:17:20 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Won't stop scanning, runs very slowly while its doing this.

GUEST: Debug a process.

GUEST: Single stepping through some code that called new File()

blacharz: No description.

GUEST: Debug a process.




Stacktrace: 
com.sun.jdi.InternalException: Unexpected JDWP Error: 113
   at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:65)
   at com.sun.tools.jdi.ConcreteMethodImpl.bytecodes(ConcreteMethodImpl.java:256)
   at org.netbeans.modules.debugger.jpda.jdi.MethodWrapper.bytecodes(MethodWrapper.java:478)
   at org.netbeans.modules.debugger.jpda.ExpressionPool.createExpressionAt(ExpressionPool.java:189)
   at org.netbeans.modules.debugger.jpda.ExpressionPool.getExpressionAt(ExpressionPool.java:107)
   at org.netbeans.modules.debugger.jpda.actions.StepActionProvider$2.run(StepActionProvider.java:610)
Comment 1 blacharz 2015-09-15 13:17:22 UTC
Created attachment 156186 [details]
stacktrace
Comment 2 Martin Entlicher 2015-09-15 16:57:51 UTC
Error 113 is "an unexpected internal error". :-(
Not possible to fix, only possible to catch.
Comment 3 Martin Entlicher 2015-09-15 17:31:36 UTC
If you know how to reproduce this, please submit as a defect for JDK.

Fixed in NetBeans by ignoring this error, we can hardly do more...
changeset:   292137:3c6cfa0fabc7
http://hg.netbeans.org/core-main/rev/3c6cfa0fabc7
Comment 4 Quality Engineering 2015-09-17 01:26:06 UTC
Integrated into 'main-silver', will be available in build *201509170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3c6cfa0fabc7
User: mentlicher@netbeans.org
Log: #255298: Catch JDWP error with code 113 (an unknown internal error) and ignore. Log only.