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 39944 - Deadlock in FoldHierarchy
Summary: Deadlock in FoldHierarchy
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-02-11 08:01 UTC by Antonin Nebuzelsky
Modified: 2007-11-05 13:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (49.07 KB, text/plain)
2004-02-11 08:02 UTC, Antonin Nebuzelsky
Details
build 200402151900 thread-dump (38.20 KB, text/plain)
2004-02-16 08:56 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-02-11 08:01:42 UTC
See the attached thread dump...
Comment 1 Antonin Nebuzelsky 2004-02-11 08:02:29 UTC
Created attachment 13364 [details]
Thread Dump
Comment 2 Miloslav Metelka 2004-02-11 09:04:42 UTC
Downgrading to P2 as AFAIK this happens during tests only.
It is similar to issue 39783 although not exactly the same - here the
deadlock is caused by counter-locking of view hierarchy against
CloneableOpenSupport$Listener.
Comment 3 Antonin Nebuzelsky 2004-02-11 09:10:22 UTC
Mila, can you solve this problem today? It breaks our performance test
suite. Due to this problem we don't have results on WinXP and Linux
today. THX.
Comment 4 Miloslav Metelka 2004-02-11 15:43:48 UTC
This issue should now be fixed by the fix of issue 39783.
Comment 5 Marian Mirilovic 2004-02-16 08:55:48 UTC
Sorry guys, but it happend again on Solaris :(

Comment 6 Marian Mirilovic 2004-02-16 08:56:43 UTC
Created attachment 13441 [details]
build 200402151900  thread-dump
Comment 7 Miloslav Metelka 2004-02-16 10:24:26 UTC
Should be fixed in trunk:
Checking in src/org/netbeans/modules/editor/NbEditorUtilities.java;
/cvs/editor/src/org/netbeans/modules/editor/NbEditorUtilities.java,v 
<--  NbEditorUtilities.java
new revision: 1.15; previous revision: 1.14
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/editor/java/NbJavaFoldMaintainer.java;
/cvs/editor/src/org/netbeans/modules/editor/java/NbJavaFoldMaintainer.java,v
 <--  NbJavaFoldMaintainer.java
new revision: 1.16; previous revision: 1.15
Comment 8 Max Sauer 2005-07-14 12:50:38 UTC
Tondo, could you please verify this issue? Thanks.
Comment 9 Jiri Prox 2006-04-07 09:08:19 UTC
Verified