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 225704 - 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 FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 12:17 UTC by Rahul_More
Modified: 2013-02-13 01:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160285


Attachments
stacktrace (1.17 KB, text/plain)
2013-02-04 12:17 UTC, Rahul_More
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rahul_More 2013-02-04 12:17:41 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP

Stacktrace: 
com.sun.jdi.ObjectCollectedException
   at com.sun.tools.jdi.JDWPException.toJDIException(JDWPException.java:27)
   at com.sun.tools.jdi.ReferenceTypeImpl.signature(ReferenceTypeImpl.java:163)
   at com.sun.tools.jdi.TypeImpl.name(TypeImpl.java:25)
   at org.netbeans.modules.debugger.jpda.jdi.TypeWrapper.name(TypeWrapper.java:74)
   at org.netbeans.modules.debugger.jpda.models.AbstractObjectVariable.getCachedType(AbstractObjectVariable.java:639)
   at org.netbeans.modules.debugger.jpda.models.AbstractObjectVariable.getType(AbstractObjectVariable.java:660)
Comment 1 Rahul_More 2013-02-04 12:17:43 UTC
Created attachment 130997 [details]
stacktrace
Comment 2 Martin Entlicher 2013-02-11 14:41:56 UTC
Fixed by changeset:   245983:9d59047433b3
http://hg.netbeans.org/core-main/rev/9d59047433b3
Comment 3 Quality Engineering 2013-02-13 01:52:54 UTC
Integrated into 'main-golden', will be available in build *201302122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9d59047433b3
User: mentlicher@netbeans.org
Log: #225704: Type.name() and Type.signature() can throw ObjectCollectedException.