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 20100 - Locking order warning - possible deadlock
Summary: Locking order warning - possible deadlock
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-04 09:18 UTC by David Strupl
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2002-02-04 09:18:25 UTC
org.netbeans.modules.java.parser.ParsingSupport.parse(...)
should not call "docBinding.getEditorSupport()" from within
synchronized(this) block.
Comment 1 Svata Dedic 2002-02-15 09:37:11 UTC
Fixed in trunk:

/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v 
<--  ParsingSupport.java
new revision: 1.24; previous revision: 1.23
Comment 2 Jan Becicka 2002-04-12 15:03:18 UTC
x
Comment 3 Quality Engineering 2003-07-01 13:14:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.