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 71459 - VMDisconnectedException when finishing attached debugger
Summary: VMDisconnectedException when finishing attached debugger
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-01-16 18:19 UTC by Jiri Skrivanek
Modified: 2006-10-23 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1017 bytes, text/plain)
2006-01-16 18:22 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2006-01-16 18:19:01 UTC
VMDisconnectedException is thrown when you finish attached debugger when it is
stopping at breakpoint and trying to update callstack etc. To reproduce:

- create web application
- start debugger
- add breakpoint to index.jsp
- attach debugger to tomcat
- reload index.jsp in browser and immediately finish debugging. It throws exception.

Build 20060115-1811, JDK1.5.0_06, WindowsXP.
Comment 1 Jiri Skrivanek 2006-01-16 18:22:41 UTC
Created attachment 28409 [details]
Stack trace
Comment 2 Martin Entlicher 2006-01-26 20:09:13 UTC
The VMDisconnectedException is catched now:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/CallStackFrameImpl.java,v
 <--  CallStackFrameImpl.java
new revision: 1.19; previous revision: 1.18
Comment 3 Jiri Skrivanek 2006-03-02 15:33:10 UTC
Verified.