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 223116 - com.sun.jdi.VMDisconnectedException at com.sun.tools.jdi.TargetVM.waitForReply
Summary: com.sun.jdi.VMDisconnectedException at com.sun.tools.jdi.TargetVM.waitForReply
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-01 23:06 UTC by marco76
Modified: 2012-12-05 02:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195974


Attachments
stacktrace (4.89 KB, text/plain)
2012-12-01 23:06 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-12-01 23:06:11 UTC
This bug was originally marked as duplicate of bug 129390, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211180002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

Stacktrace: 
com.sun.jdi.VMDisconnectedException
   at com.sun.tools.jdi.TargetVM.waitForReply(TargetVM.java:304)
   at com.sun.tools.jdi.VirtualMachineImpl.waitForTargetReply(VirtualMachineImpl.java:1036)
   at com.sun.tools.jdi.PacketStream.waitForReply(PacketStream.java:69)
   at com.sun.tools.jdi.JDWP$ObjectReference$ReferenceType.waitForReply(JDWP.java:4170)
   at com.sun.tools.jdi.JDWP$ObjectReference$ReferenceType.process(JDWP.java:4151)
   at com.sun.tools.jdi.ObjectReferenceImpl.referenceType(ObjectReferenceImpl.java:152)
Comment 1 marco76 2012-12-01 23:06:14 UTC
Created attachment 128700 [details]
stacktrace
Comment 2 Martin Entlicher 2012-12-03 15:09:40 UTC
Fixed by changeset:   241890:3d2ca85ff73b
http://hg.netbeans.org/core-main/rev/3d2ca85ff73b
Comment 3 Quality Engineering 2012-12-05 02:55:17 UTC
Integrated into 'main-golden', will be available in build *201212050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3d2ca85ff73b
User: mentlicher@netbeans.org
Log: #223116: Catch VMDisconnectedException thrown from toString() call.