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 76530 - VMDisconnectedException even though debug session finished
Summary: VMDisconnectedException even though debug session finished
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-05-18 08:00 UTC by Jaromir Uhrik
Modified: 2010-04-29 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack attached... (1.40 KB, text/plain)
2006-05-18 08:01 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2006-05-18 08:00:01 UTC
[final Beta 5.5 build]
Used debugger and then finished it through Finish Debug Session button in
toolbar. Strange is that the session finished but there stayed current program
counter (green line in editor). After a while (half or a minute) the exception
dialog with following exception appeared.
Comment 1 Jaromir Uhrik 2006-05-18 08:01:07 UTC
Created attachment 30472 [details]
Exception stack attached...
Comment 2 Martin Entlicher 2006-06-28 15:22:51 UTC
It's strange that it took so long to remove the annotation. Can you reproduce
this somehow? I was not able to get this exception.
However, the annotations are updated with some delay (but it's 500ms), so an
exception like this can occur. But I've never seen it.

Perhaps it's the strange taskRemove.cancel(); and subsequent creation of a new
task, what caused the annotation not to be removed sooner.
Comment 3 Jaromir Uhrik 2006-06-29 07:25:50 UTC
This appeared just once, I am not able to reproduce it anymore - perhaps some
not very frequent circumstances happened.
Comment 4 Peter Pis 2008-04-10 22:53:52 UTC
Changing TM for open issues.
Comment 5 Martin Entlicher 2008-12-22 22:00:31 UTC
Fixed after the fix of issue #137310.
Comment 6 Quality Engineering 2010-04-29 09:29:06 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.