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 50073

Summary: A deadlock during the regenerating of killed IDE
Product: editor Reporter: ehucka <ehucka>
Component: -- Other --Assignee: Martin Roskanin <mroskanin>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: A deadlock's threaddump.
Two exceptions thrown before the deadlock.

Description ehucka 2004-10-07 09:45:15 UTC
I've killed the IDE after a problem descibed in
issue 50071. Than I start it again with the same
userdir. The IDE was regenerating unsaved
mdrstorage indicies than two exceptions probably
from code folding were thrown and the IDE froze.
Comment 1 ehucka 2004-10-07 09:46:37 UTC
Created attachment 18118 [details]
A deadlock's threaddump.
Comment 2 ehucka 2004-10-07 09:47:38 UTC
Created attachment 18119 [details]
Two exceptions thrown before the deadlock.
Comment 3 Martin Roskanin 2004-10-07 09:54:06 UTC
caused by fix of #49949
I will look at it
Comment 4 Martin Roskanin 2004-10-07 10:02:31 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/StatusBar.java,v  <-- 
StatusBar.java
new revision: 1.41; previous revision: 1.40
Comment 5 Martin Roskanin 2004-10-07 10:02:50 UTC
.
Comment 6 Martin Roskanin 2004-10-07 16:35:30 UTC
*** Issue 50109 has been marked as a duplicate of this issue. ***
Comment 7 ehucka 2004-10-25 14:01:29 UTC
verified