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 111297 - Deadlock while opening designer
Summary: Deadlock while opening designer
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 13:23 UTC by Lukas Jungmann
Modified: 2007-08-14 19:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (34.75 KB, text/plain)
2007-07-28 13:24 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-07-28 13:23:10 UTC
hudson #2110, jdk6u2, ubuntu

-start IDE
-create new web project with WS
-close a ws file opened in the editor
-double click on the ws file under source package root

=> deadlock
Comment 1 Lukas Jungmann 2007-07-28 13:24:48 UTC
Created attachment 45866 [details]
thread dump
Comment 2 bhate 2007-07-30 07:13:55 UTC
I am not able to reproduce this bug.
However due to the potential deadlock issue between createMultiViewCookie and CreateEditorSupport, I will create the
neditor support in the creation of multiview cookie before initializing the service model. Initialization of
servicemodel needs the editor support initialized prior to it.
Comment 3 Lukas Jungmann 2007-08-14 19:35:43 UTC
v.