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 - Do not display zombie threads as running
Summary: Do not display zombie threads as running
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2016-01-08 10:03 UTC by Martin Entlicher
Modified: 2016-01-09 02:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.