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

Summary: Deadlock while loading editor settings
Product: editor Reporter: _ pkuzel <pkuzel>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Deadlock

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