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 - NB hangs when switching project group
Summary: NB hangs when switching project group
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 125750
Blocks:
  Show dependency tree
 
Reported: 2008-01-04 20:22 UTC by goeh
Modified: 2008-03-12 17:08 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (19.85 KB, text/plain)
2008-01-04 20:23 UTC, goeh
Details

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