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

Summary: com.sun.jdi.InternalException when stepping in the zombie thread.
Product: debugger Reporter: Jan Stola <jstola>
Component: JavaAssignee: Jan Jancura <jjancura>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thrown exception.

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.