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 157565 - JPDA Debugger deadlock
Summary: JPDA Debugger deadlock
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:
Depends on:
Blocks:
 
Reported: 2009-01-28 16:49 UTC by t_h
Modified: 2010-04-29 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (35.39 KB, text/plain)
2009-01-28 16:49 UTC, t_h
Details

Note You need to log in before you can comment on or make changes to this bug.
Description t_h 2009-01-28 16:49:19 UTC
Found one Java-level deadlock:
=============================
"JPDA Debugger":
  waiting to lock monitor 0x0c7877b4 (object 0x277d3088, a java.lang.Object),
  which is held by "JPDA Debugger"
"JPDA Debugger":
  waiting for ownable synchronizer 0x2779f9e0, (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync),
  which is held by "JPDA Debugger"
"JPDA Debugger":
  waiting to lock monitor 0x0c7877b4 (object 0x277d3088, a java.lang.Object),
  which is held by "JPDA Debugger"
Comment 1 t_h 2009-01-28 16:49:47 UTC
Created attachment 76313 [details]
stacktrace
Comment 2 Martin Entlicher 2009-01-29 08:24:38 UTC
Can be the same problem as issue #157422.
Comment 3 Martin Entlicher 2009-01-29 12:44:20 UTC
Fixed together with issue #157422 in changeset:   115495:00912f97610d
http://hg.netbeans.org/main/rev/00912f97610d
Comment 4 Quality Engineering 2009-01-30 08:47:35 UTC
Integrated into 'main-golden', will be available in build *200901300228* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/00912f97610d
User: mentlicher@netbeans.org
Log: #157422, #157565 Deadlock fixed. Prevented from double-locking.
(transplanted from 7d0aeee8a25584962da99a95742bcac04f780883)
Comment 5 Quality Engineering 2009-02-03 08:34:39 UTC
Integrated into 'main-golden', will be available in build *200902030229* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7d0aeee8a255
User: mentlicher@netbeans.org
Log: #157422, #157565 Deadlock fixed. Prevented from double-locking.
Comment 6 Quality Engineering 2010-04-29 09:47:10 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.