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 257474

Summary: Do not display zombie threads as running
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: UI
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2016-01-08 10:03:22 UTC
When there are zombie threads displayed in Debugging view (happens e.g. when debugging test case from issue #257412), they look like running. This is confusing, they should be differentiated in the UI.
Comment 1 Martin Entlicher 2016-01-08 10:07:41 UTC
Fixed by changeset:   294735:06d40b86dbec
http://hg.netbeans.org/core-main/rev/06d40b86dbec
Comment 2 Quality Engineering 2016-01-09 02:41:56 UTC
Integrated into 'main-silver', will be available in build *201601090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/06d40b86dbec
User: mentlicher@netbeans.org
Log: #257474: Differentiate zombie threads in the UI, display them as died.