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 269215 - Mutex$QueueCell.sleep ends up waiting for long time
Summary: Mutex$QueueCell.sleep ends up waiting for long time
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: API docs (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-02 15:00 UTC by Leonardoo
Modified: 2016-12-02 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dunp (6.17 KB, text/plain)
2016-12-02 15:10 UTC, Leonardoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardoo 2016-12-02 15:00:49 UTC
Deadlock is seen when the lock AWTTreeLock held by paint method which internally calls Mutex$QueueCell.sleep which waits(long time) for signal and on the other hand other thread is waiting for the same AWTTreeLock.
Comment 1 Leonardoo 2016-12-02 15:10:12 UTC
Created attachment 163131 [details]
Thread dunp