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 14451 - com.sun.jdi.InternalException when stepping in the zombie thread.
Summary: com.sun.jdi.InternalException when stepping in the zombie thread.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-15 15:45 UTC by Jan Stola
Modified: 2003-06-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thrown exception. (3.73 KB, text/plain)
2001-08-15 15:48 UTC, Jan Stola
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2001-08-15 15:45:57 UTC
Forte 3.0 RC 4
==============

Steps to reproduce:
-------------------
1. Create breakpoint on line 252 in examples.advanced.MemoryView.
2. Start the debugger.
3. The debugger will stop on the breakpoint. This will make the main
   thread current.
4. Continue the debugger.
5. Pause the debugger.
6. Invoke Step Out action.
7. The attached exception is thrown.

It seems that this behaviour is caused by the selection of the current
thread. In the point 6. the main thread is in some strange state
and (unfortunatelly) it is the current thread (on which the Step Out
action is performed).
Comment 1 Jan Stola 2001-08-15 15:48:22 UTC
Created attachment 2181 [details]
Thrown exception.
Comment 2 Jan Stola 2001-08-15 15:53:10 UTC
Version -> Forte 3.0.
Comment 3 Jan Stola 2001-08-15 16:16:58 UTC
Seems to be platform independent.
Comment 4 Jan Jancura 2001-11-12 17:21:12 UTC
in main trunk
Comment 5 Jan Stola 2001-11-13 11:00:29 UTC
Verified in Netbeans build 20011113.
Comment 6 Quality Engineering 2003-06-30 17:36:25 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.