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 258931 - 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: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 02:39 UTC by Exceptions Reporter
Modified: 2016-04-25 19:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223655


Attachments
stacktrace (1.53 KB, text/plain)
2016-04-21 02:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-21 02:39:14 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 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Mac OS X

User Comments:
GUEST: <?????????????????????????>




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$VirtualMachine$ClassesBySignature.waitForReply(JDWP.java:131)
   at com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature.process(JDWP.java:112)
   at com.sun.tools.jdi.VirtualMachineImpl.retrieveClassesBySignature(VirtualMachineImpl.java:939)
Comment 1 Exceptions Reporter 2016-04-21 02:39:16 UTC
Created attachment 159353 [details]
stacktrace
Comment 2 Martin Entlicher 2016-04-21 11:48:28 UTC
Fixed by changeset:   296861:fb23d6bfc4d6
http://hg.netbeans.org/core-main/rev/fb23d6bfc4d6
Comment 3 Quality Engineering 2016-04-25 19:56:50 UTC
Integrated into 'main-silver', will be available in build *201604251813* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb23d6bfc4d6
User: mentlicher@netbeans.org
Log: #258931: Use wrapper JDI methods so that we're sure that we catch all exceptions.