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 238214 - com.sun.jdi.ObjectCollectedException at com.sun.tools.jdi.JDWPException.toJDIException
Summary: com.sun.jdi.ObjectCollectedException at com.sun.tools.jdi.JDWPException.toJDI...
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 03:27 UTC by Exceptions Reporter
Modified: 2013-12-13 23:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205150


Attachments
stacktrace (4.69 KB, text/plain)
2013-11-11 03:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-11 03:27:34 UTC
This bug was originally marked as duplicate of bug 165911, 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.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: bug




Stacktrace: 
com.sun.jdi.ObjectCollectedException
   at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:45)
   at com.sun.tools.jdi.ReferenceTypeImpl.classLoader(ReferenceTypeImpl.java:216)
   at com.sun.tools.jdi.VirtualMachineImpl.findBootType(VirtualMachineImpl.java:1048)
   at com.sun.tools.jdi.ReferenceTypeImpl.findType(ReferenceTypeImpl.java:1153)
   at com.sun.tools.jdi.MethodImpl.argumentType(MethodImpl.java:162)
   at com.sun.tools.jdi.MethodImpl$ArgumentContainer.type(MethodImpl.java:263)
Comment 1 Exceptions Reporter 2013-11-11 03:27:36 UTC
Created attachment 142043 [details]
stacktrace