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 - A deadlock during the regenerating of killed IDE
Summary: A deadlock during the regenerating of killed IDE
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords: RANDOM, THREAD
: 50109 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-07 09:45 UTC by ehucka
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A deadlock's threaddump. (25.60 KB, text/plain)
2004-10-07 09:46 UTC, ehucka
Details
Two exceptions thrown before the deadlock. (2.77 KB, text/plain)
2004-10-07 09:47 UTC, ehucka
Details

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