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 90529 - Deadlock while debugging
Summary: Deadlock while debugging
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 90821 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-04 16:26 UTC by Jan Lahoda
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dumps. (35.74 KB, text/plain)
2006-12-04 16:28 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2006-12-04 16:26:59 UTC
[continuous build, 20061129-1131, JDK1.5.0_09-b03]

A deadlock occurred for me while debugging, see attached thread dump.
Comment 1 Jan Lahoda 2006-12-04 16:28:40 UTC
Created attachment 36456 [details]
Thread dumps.
Comment 2 Jan Lahoda 2006-12-04 16:40:11 UTC
Happened to me also on build 20061204-1440.
Comment 3 Martin Entlicher 2006-12-14 09:08:39 UTC
*** Issue 90821 has been marked as a duplicate of this issue. ***
Comment 4 Martin Entlicher 2006-12-14 09:11:53 UTC
Changing to P1 - duplicate of P1 issue #90821.
The problem is, that AWT thread tries to acquire a lock that is used for
evaluations. This blocking of AWT needs to be removed.
Comment 5 Martin Entlicher 2006-12-15 12:32:14 UTC
Hopefully fixed in trunk, please verify.

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesTableModel.java,v
 <--  VariablesTableModel.java
new revision: 1.17; previous revision: 1.16
Comment 6 Quality Engineering 2010-04-29 09:31:18 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.