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 - Deadlock in win sys when opening projects.
Summary: Deadlock in win sys when opening projects.
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-10-17 17:04 UTC by Peter Zavadsky
Modified: 2008-12-23 10:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deadlock detected by jvm (2.96 KB, text/plain)
2002-10-17 17:05 UTC, Peter Zavadsky
Details

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