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 33157

Summary: Deadlock during editor settings initializing
Product: editor Reporter: Martin Roskanin <mroskanin>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: ttran
Priority: P1 Keywords: THREAD
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread dump
zipped patch classes

Description Martin Roskanin 2003-04-23 12:36:53 UTC
How to reproduce:
Start NB with empty user dir. Just after the
startup, open the Tools/Options dialog and expand
Editor settings node.
Comment 1 Martin Roskanin 2003-04-23 12:37:27 UTC
Created attachment 10105 [details]
full thread dump
Comment 2 Martin Roskanin 2003-04-23 13:22:08 UTC
fixed in [maintrunk]

DIFF:
http://editor.netbeans.org/source/browse/editor/libsrc/org/netbeans/editor/BaseKit.java.diff?r1=1.87&r2=1.88

Mila, could you please review it? Thanks.
Comment 3 Martin Roskanin 2003-04-23 14:30:27 UTC
Created attachment 10109 [details]
zipped patch classes
Comment 4 Martin Roskanin 2003-04-23 14:33:07 UTC
Eman, could you please test the attached patch against release35. Just
replace modules/ext/nb-editor.jar/org/netbeans/editor/BaseKit*.class
with zipped BaseKit*.class-es. Thanks.
Comment 5 ehucka 2003-04-23 15:34:33 UTC
I havn't reproduced it with nor without the patch. Maybe I have faster
machine. I verify it in patched build 200304222350.
Comment 6 Miloslav Metelka 2003-04-24 12:19:44 UTC
I approve the fix.
Comment 7 _ ttran 2003-04-24 13:09:42 UTC
approved for 3.5
Comment 8 Martin Roskanin 2003-04-24 13:25:41 UTC
fixed in [release35]

/cvs/editor/libsrc/org/netbeans/editor/BaseKit.java,v  <--  BaseKit.java
new revision: 1.86.2.2; previous revision: 1.86.2.1
Comment 9 Miloslav Metelka 2003-04-24 16:05:01 UTC
*** Issue 33220 has been marked as a duplicate of this issue. ***