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 - Deadlock during editor settings initializing
Summary: Deadlock during editor settings initializing
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords: THREAD
: 33220 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-23 12:36 UTC by Martin Roskanin
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (26.82 KB, text/plain)
2003-04-23 12:37 UTC, Martin Roskanin
Details
zipped patch classes (41.08 KB, application/octet-stream)
2003-04-23 14:30 UTC, Martin Roskanin
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***