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

Summary: Deadlock while startup
Product: platform Reporter: Jan Lahoda <jlahoda>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: blocker CC: vstejskal
Priority: P1    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: Full thread dumps of the deadlock.
proposed patch

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.