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 17466 - Deadlock while startup
Summary: Deadlock while startup
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
: 17464 17468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-11-09 12:32 UTC by Jan Lahoda
Modified: 2008-12-23 09:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dumps of the deadlock. (25.65 KB, text/plain)
2001-11-09 12:33 UTC, Jan Lahoda
Details
proposed patch (564 bytes, patch)
2001-11-09 14:17 UTC, David Simonek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2001-11-09 12:32:06 UTC
Build 200111090100, MDI, JDK1.4 (b85).
Attached deadlock occured while startup.
After IDE killed and runned again, it comes up OK.
Comment 1 Jan Lahoda 2001-11-09 12:33:04 UTC
Created attachment 3338 [details]
Full thread dumps of the deadlock.
Comment 2 David Simonek 2001-11-09 14:17:35 UTC
Created attachment 3346 [details]
proposed patch
Comment 3 David Simonek 2001-11-09 14:29:39 UTC
cc'ing Vita, root problem is in ICFolderImpl, which is replanning some
tasks into Request processor. Solution can be to replan to som other
thread (as in patch) or ideally don't do things asynchronously, other
parts of code may not count with it.
Comment 4 Jan Lahoda 2001-11-09 14:56:17 UTC
Only for reference, the same happened to me twice on JDK1.3.1.
Makeing P1, it happens too often to me.
Comment 5 Jan Zajicek 2001-11-09 16:55:08 UTC
*** Issue 17464 has been marked as a duplicate of this issue. ***
Comment 6 Jan Zajicek 2001-11-09 16:55:15 UTC
*** Issue 17468 has been marked as a duplicate of this issue. ***
Comment 7 Vitezslav Stejskal 2001-11-12 13:04:04 UTC
I've rolled back the fix of issue #12152, which caused this 
regression. It was rolled back in main trunk and release33_beta4.
Comment 8 Jan Zajicek 2001-11-13 10:33:39 UTC
verified
Comment 9 Quality Engineering 2003-07-01 16:44:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.