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 137735 - com.sun.jdi.VMDisconnectedException after cancelling debugging session
Summary: com.sun.jdi.VMDisconnectedException after cancelling debugging session
Status: VERIFIED DUPLICATE of bug 129390
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-19 15:49 UTC by Petr Cyhelsky
Modified: 2008-06-19 16:46 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 Petr Cyhelsky 2008-06-19 15:49:31 UTC
Product Version: NetBeans IDE Dev (Build 200806190009)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.2 running on i386; MacRoman; en_US (nb)

Observed: after ending the debugger session by clicking on the cross in progress bar (i know it should be ended by "finish debugger session") the 
exception ocurred

com.sun.jdi.VMDisconnectedException: connection is closed
	at com.sun.tools.jdi.TargetVM.send(TargetVM.java:274)
	at com.sun.tools.jdi.VirtualMachineImpl.sendToTarget(VirtualMachineImpl.java:934)
	at com.sun.tools.jdi.PacketStream.send(PacketStream.java:41)
	at com.sun.tools.jdi.JDWP$ThreadReference$FrameCount.enqueueCommand(JDWP.java:4963)
	at com.sun.tools.jdi.JDWP$ThreadReference$FrameCount.process(JDWP.java:4949)
	at com.sun.tools.jdi.ThreadReferenceImpl.frameCount(ThreadReferenceImpl.java:253)
	at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.getStackDepth(JPDAThreadImpl.java:490)
	at org.netbeans.modules.debugger.jpda.ui.models.DebuggingNodeModel.getDisplayName(DebuggingNodeModel.java:212)
	at org.netbeans.modules.debugger.jpda.ui.models.DebuggingNodeModel.getDisplayName(DebuggingNodeModel.java:174)
	at org.netbeans.spi.viewmodel.Models$DelegatingNodeModel.getDisplayName(Models.java:1859)
	at org.netbeans.modules.debugger.jpda.ui.models.DebuggingMonitorModel.getDisplayName(DebuggingMonitorModel.java:331)
	at org.netbeans.spi.viewmodel.Models$CompoundNodeModel.getDisplayName(Models.java:803)
	at org.netbeans.spi.viewmodel.Models$CompoundModel.getDisplayName(Models.java:3013)
	at org.netbeans.modules.viewmodel.TreeModelNode.refreshNode(TreeModelNode.java:416)
	at org.netbeans.modules.viewmodel.TreeModelNode.access$300(TreeModelNode.java:89)
	at org.netbeans.modules.viewmodel.TreeModelNode$2.run(TreeModelNode.java:309)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Daniel Prusa 2008-06-19 16:08:41 UTC

*** This issue has been marked as a duplicate of 129390 ***
Comment 2 Petr Cyhelsky 2008-06-19 16:46:43 UTC
verified duplicate