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 24165 - Deadlock while loading editor settings
Summary: Deadlock while loading editor settings
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 09:22 UTC by _ pkuzel
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Deadlock (9.29 KB, text/plain)
2002-05-29 09:22 UTC, _ pkuzel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2002-05-29 09:22:12 UTC
during IDE startup.
Comment 1 _ pkuzel 2002-05-29 09:22:54 UTC
Created attachment 5993 [details]
Deadlock
Comment 2 _ pkuzel 2002-05-29 09:24:55 UTC
It is not reproducible on IDE restart => a race condition.
Comment 3 Martin Roskanin 2002-05-29 14:33:56 UTC
fixed in [maintrunk]

/cvs/editor/src/org/netbeans/modules/editor/EditorModule.java,v  <-- 
EditorModule.java
new revision: 1.86; previous revision: 1.85

/cvs/editor/src/org/netbeans/modules/editor/options/AllOptionsFolder.java,v
 <--  AllOptionsFolder.java
new revision: 1.14; previous revision: 1.13
Comment 4 Martin Roskanin 2002-05-30 14:19:51 UTC
refine fix:
/cvs/editor/src/org/netbeans/modules/editor/options/AllOptionsFolder.java,v
 <--  AllOptionsFolder.java
new revision: 1.15; previous revision: 1.14
Comment 5 Jiri Prox 2006-04-07 09:06:32 UTC
Verified