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 137457 - Application thread isn't always displayed.
Summary: Application thread isn't always displayed.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-06-17 16:03 UTC by Peter Pis
Modified: 2008-08-12 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2008-06-17 16:03:19 UTC
Product Version: NetBeans IDE Dev (Build 200806161203)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\ide\65\user

Steps:
1. Open project http://qa.netbeans.org/modules/debugger/promo-h/MemoryView.zip
2. Open DeadlockTest.java and put bkpts on lines: 39 and 59.
3. Invoke "Debug 'DeadlockTest.java' " popup menu action.

Threads are running and displayed in "Debugging" view.

But it happens fairly often that 'Thread-1' is not displayed in "Debugging" view.
Comment 1 Daniel Prusa 2008-06-19 16:25:00 UTC
I have not reproduced the situation when 'Thread-1' is not displayed at all (I have made over 30 attempts), however, a
few times, there was a breakpoint hit of 'Thread-0' or 'Thread-1' missing.
Comment 2 Martin Entlicher 2008-06-24 17:23:59 UTC
Issue #138096 could have an effect here if system threads were shown.
Comment 3 Daniel Prusa 2008-08-06 11:26:40 UTC
No longer reproducible, seems to be fixed, perhaps thanks to fix of issue 138096.
Comment 4 Peter Pis 2008-08-12 12:45:47 UTC
Verified.