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 9104 - VMDisconnectedException thrown
Summary: VMDisconnectedException thrown
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-15 17:25 UTC by Martin Ryzl
Modified: 2003-06-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ryzl 2001-01-15 17:25:17 UTC
VMDisconnectedException has been thrown after debug JVM had crashed. In my
opinion, all exceptions should be caught and user should be notified using
ErrorManager.

com.sun.jdi.VMDisconnectedException
        at com.sun.tools.jdi.TargetVM.waitForReply(TargetVM.java:271)
        at com.sun.tools.jdi.VirtualMachineImpl.waitForTargetReply(VirtualMachin
eImpl.java:689)
        at com.sun.tools.jdi.PacketStream.waitForReply(PacketStream.java:54)
        at com.sun.tools.jdi.JDWP$EventRequest$Clear.waitForReply(JDWP.java:5024
)
        at com.sun.tools.jdi.JDWP$EventRequest$Clear.process(JDWP.java:5000)
        at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clear(Even
tRequestManagerImpl.java:172)
        at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled
(EventRequestManagerImpl.java:130)
        at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.disable(Ev
entRequestManagerImpl.java:123)
        at com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.delete(Eve
ntRequestManagerImpl.java:110)
        at com.sun.tools.jdi.EventRequestManagerImpl.deleteEventRequest(EventReq
uestManagerImpl.java:575)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.removeStepRequest(JPD
ADebugger.java:960)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.stop(JPDADebugger.jav
a:1073)
        at org.netbeans.modules.debugger.jpda.LineBreakpoint.stop(LineBreakpoint
.java:216)
        at org.netbeans.modules.debugger.support.StopAction.perform(StopAction.j
ava:79)
        at org.netbeans.modules.debugger.support.CoreBreakpoint.perform(CoreBrea
kpoint.java:413)
        at org.netbeans.modules.debugger.support.CoreBreakpoint.access$000(CoreB
reakpoint.java:45)
        at org.netbeans.modules.debugger.support.CoreBreakpoint$Event.perform(Co
reBreakpoint.java:647)
        at org.netbeans.modules.debugger.jpda.LineBreakpoint.exec(LineBreakpoint
.java:206)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:
75)
        at java.lang.Thread.run(Thread.java:484)
Comment 1 Jan Stola 2001-01-22 12:12:59 UTC
BUG also appears in version : FFJ20
Comment 2 Jan Jancura 2001-02-21 13:44:50 UTC
-
Comment 3 Jan Jancura 2001-02-21 13:45:11 UTC
-
Comment 4 Jan Chalupa 2001-03-12 09:05:51 UTC
Version: 'Dev' -> 3.2
Comment 5 Daniel Prusa 2001-03-15 10:18:40 UTC
[main trunk, NB3.2]
Comment 6 Jan Stola 2001-03-15 10:46:49 UTC
Verified in Pilsen (build 010314).
Comment 7 Jan Chalupa 2001-05-05 21:35:50 UTC
Target milestone -> 3.2
Comment 8 Quality Engineering 2003-06-30 17:36:14 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.