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 41139 - [Registry] Deadlock in core/registry
Summary: [Registry] Deadlock in core/registry
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 08:46 UTC by David Strupl
Modified: 2008-12-23 00:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump with deadlock (22.03 KB, text/plain)
2004-03-19 08:47 UTC, David Strupl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2004-03-19 08:46:46 UTC
Deadlock between Context.privilegedMutex and
synchronization in ContextImpl. Please check threads 
AWT-EventQueue-1 and Module-Actions in the
attached thread dump. I suggest not to try to
enter the mutex in synchronized section in the
methods of ContextImpl. I am using release36
branch but I hope that the files should be the
same in the trunk now.
Comment 1 David Strupl 2004-03-19 08:47:46 UTC
Created attachment 14047 [details]
Thread dump with deadlock
Comment 2 rmatous 2004-03-19 10:52:08 UTC
/cvs/core/registry/src/org/netbeans/core/registry/ContextImpl.java
new revision: 1.24; previous revision: 1.23
Comment 3 Tomas Danek 2005-07-22 11:41:08 UTC
closing.