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 28091

Summary: Deadlock in win sys when opening projects.
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic, pzavadsky
Priority: P3 Keywords: THREAD
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: deadlock detected by jvm

Description Peter Zavadsky 2002-10-17 17:04:23 UTC
See attachment.

Happened, when uninstalled projects, installed
back, and tried to open some project.
Comment 1 Peter Zavadsky 2002-10-17 17:05:12 UTC
Created attachment 7695 [details]
deadlock detected by jvm
Comment 2 mslama 2002-10-18 14:16:37 UTC
Fixed in main trunk. Calling WindowManager.getCurrentWorkspace() from
ModeData could cause (and caused in this case) reloading workspaces
when WindowManagerData was reset during project switching. So we use
WindowManagerImpl.getCurrentWorkspaceNoLoad() to avoid this.

Modified:
core/src/org/netbeans/core/windows/layers/ModeData.java r.1.99
Comment 3 Marian Mirilovic 2002-11-04 12:53:18 UTC
verified in [nb_dev](20021104)