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 12102

Summary: Debugger can't be finished.
Product: debugger Reporter: Jan Stola <jstola>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thrown exception.

Description Jan Stola 2001-05-11 08:13:07 UTC
Netbeans (build 186)
====================

Steps to reproduce:
-------------------
1. Debug examples.advanced.MemoryView.
2. Press the Close button on the MemoryView.
3. NPE will be thrown (see below) and the debugger will not be finished.
4. When the Finish button is pressed NPE is thrown again (see attachment).

java.lang.NullPointerException
at org.netbeans.modules.debugger.jpda.ThreadManager.finish
ThreadManager.java:110)
at org.netbeans.modules.debugger.jpda.JPDADebugger.finishDebugger
(JPDADebugger.java:241)
at org.netbeans.modules.debugger.jpda.JPDADebugger$3.run
(JPDADebugger.java:225)
at org.netbeans.modules.debugger.jpda.util.Operator$1.run
(Operator.java:91)
at java.lang.Thread.run
(Thread.java:484)
Comment 1 Jan Stola 2001-05-11 08:13:48 UTC
Created attachment 1345 [details]
Thrown exception.
Comment 2 Daniel Prusa 2001-05-14 11:35:30 UTC
fixed in main trunk
Comment 3 Jan Stola 2001-05-22 11:24:30 UTC
Verified in Netbeans build 193.
Comment 4 Quality Engineering 2003-06-30 17:36:46 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.