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 139269 - Debugger is constantly deadlocking
Summary: Debugger is constantly deadlocking
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 139561 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-08 15:18 UTC by Jan Lahoda
Modified: 2010-04-29 09:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump. (19.61 KB, text/plain)
2008-07-08 15:20 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2008-07-08 15:19:28 UTC
Build from Hudson 20080708055359. It is very hard to debug, the debugger is deadlocking very, very often (~5 times in
last hour). At the time of the thread dump, the AWT Event Thread is still responding, but the UI will lock eventually too.
Comment 1 Jan Lahoda 2008-07-08 15:20:22 UTC
Created attachment 64092 [details]
Thread dump.
Comment 2 Martin Entlicher 2008-07-08 16:05:02 UTC
Fixed in trunk, changeset:   88357:c65abae3315f
http://hg.netbeans.org/main/rev/c65abae3315f
Comment 3 Quality Engineering 2008-07-09 04:09:04 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #308 build
Changeset: http://hg.netbeans.org/main/rev/c65abae3315f
User: mentlicher@netbeans.org
Log: #139269 - Do not acquire any foreign lock under AllThreadsAnnotator locks.
Test on the current thread performed outside of the synchronized block to prevent from deadlock.
Comment 4 Martin Entlicher 2008-07-10 11:04:23 UTC
*** Issue 139561 has been marked as a duplicate of this issue. ***
Comment 5 Quality Engineering 2010-04-29 09:40:59 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.