Bug 7975 - VMDisconnectedException on shutdown
Summary: VMDisconnectedException on shutdown
Status: RESOLVED DUPLICATE of bug 7804
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P2 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-21 18:27 EST by Darin Swanson CLA
Modified: 2002-02-26 14:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-01-21 18:27:38 EST
Log: Mon Jan 21 17:15:22 CST 2002
4 org.eclipse.jdt.debug 120 Internal error logged from JDI Debug: 
com.sun.jdi.VMDisconnectedException: Got IOException from Virtual Machine
	at org.eclipse.jdi.internal.connect.PacketSendManager.sendPacket
(PacketSendManager.java:58)
	at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:151)
	at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:173)
	at org.eclipse.jdi.internal.request.EventRequestImpl.disable
(EventRequestImpl.java:168)
	at 
org.eclipse.jdi.internal.request.EventRequestManagerImpl.deleteEventRequest
(EventRequestManagerImpl.java:266)
	at 
org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.removeFromTarget
(JavaBreakpoint.java:462)
	at 
org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.removeAllBreakpoints
(JDIDebugTarget.java:1185)
	at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.cleanup
(JDIDebugTarget.java:1157)
	at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.shutdown
(JDIDebugTarget.java:1350)
	at org.eclipse.jdt.internal.debug.core.JDIDebugPlugin.shutdown
(JDIDebugPlugin.java:109)
	at org.eclipse.core.internal.plugins.PluginRegistry$2.run
(PluginRegistry.java:265)
	at org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:821)
	at org.eclipse.core.internal.plugins.PluginRegistry$1.visit
(PluginRegistry.java:274)
	at org.eclipse.core.internal.plugins.PluginRegistry.accept
(PluginRegistry.java:45)
	at org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins
(PluginRegistry.java:277)
	at org.eclipse.core.internal.plugins.PluginRegistry.shutdown
(PluginRegistry.java:252)
	at org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown
(InternalPlatform.java:532)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.internal.boot.InternalBootLoader.shutdown
(InternalBootLoader.java:954)
	at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:883)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321)
	at SlimLauncher.main(SlimLauncher.java:14)
Comment 1 Jared Burns CLA 2002-02-26 14:25:06 EST

*** This bug has been marked as a duplicate of 7804 ***