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 270622 - IllegalArgumentException: Invalid method id: 766048944
Summary: IllegalArgumentException: Invalid method id: 766048944
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-12 12:40 UTC by tak3shi
Modified: 2017-05-12 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229130


Attachments
stacktrace (1.24 KB, text/plain)
2017-05-12 12:40 UTC, tak3shi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tak3shi 2017-05-12 12:40:39 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Dynamic Code Evolution 64-Bit Server VM, 25.71-b01-dcevmlight-8, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
tak3shi: Exception after payara crashed




Stacktrace: 
java.lang.IllegalArgumentException: Invalid method id: 766048944
   at com.sun.tools.jdi.ReferenceTypeImpl.getMethodMirror(ReferenceTypeImpl.java:109)
   at com.sun.tools.jdi.LocationImpl.method(LocationImpl.java:103)
   at com.sun.tools.jdi.LocationImpl.equals(LocationImpl.java:67)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl$EqualsInfo.equals(CallStackFrameImpl.java:1070)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getStackFrame(CallStackFrameImpl.java:987)
   at org.netbeans.modules.debugger.jpda.models.CallStackFrameImpl.getThisVariable(CallStackFrameImpl.java:840)
Comment 1 tak3shi 2017-05-12 12:40:41 UTC
Created attachment 164304 [details]
stacktrace