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 124730

Summary: NB hangs when switching project group
Product: webservices Reporter: goeh <goeh>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: issues, mkleint, tasklist-issues
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 125750    
Bug Blocks:    
Attachments: Thread Dump

Description goeh 2008-01-04 20:22:31 UTC
When switching from one project group to another, NB hangs. Windows are not repainted and everything freezes.
It was not the first time this happened, but it was the first time I managed to get a thread dump (attached).
Comment 1 goeh 2008-01-04 20:23:14 UTC
Created attachment 54703 [details]
Thread Dump
Comment 2 David Simonek 2008-01-09 08:39:54 UTC
It looks like deadlock around OpenProjectList lock, which is locked by org.netbeans.modules.project.ui.groups.GroupsMenu
request processor. However I wasn't able to find why org.netbeans.modules.project.ui.groups.GroupsMenu request processor
itself got locked.

Anyway, passing to projects and ccing java and tasklist, hope that I'm right...
Comment 3 Milos Kleint 2008-01-10 15:08:49 UTC
it seems to be caused by what the
org.netbeans.modules.websvc.core.jaxws.projects.WebWSSupportLookupProvider$1.projectClosed method is doing in the
"org.netbeans.modules.project.ui.groups.GroupsMenu" thread. reassigning to websvc for evaluation.
Comment 4 Milan Kuchtiak 2008-01-15 18:00:27 UTC
I'll try to fix the deadlock for M1.
Comment 5 Milan Kuchtiak 2008-02-04 10:07:50 UTC
Fixed by fixing issue 125750.
Comment 6 Jaroslav Pospisil 2008-03-12 17:08:26 UTC
v