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 29455 - Problems while switching projects.
Summary: Problems while switching projects.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-12-11 13:19 UTC by Jiri Kovalsky
Modified: 2003-07-14 16:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ThreadDump taken while IDE was locked. (6.04 KB, text/plain)
2002-12-11 13:21 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2002-12-11 13:19:35 UTC
Development build #200212110100 of NetBeans 4.0
Windows 2000 with FCS build #21 of JDK 1.4.1

Description:
============
In couple of recent builds I face problems during
switching projects. It says: "Project <name> is
opening ..." but never finishes. So I tried to
exit the IDE and attached deadlock happened.
Please note that this does not occur with fresh
userdir. My projects were not that heavy. I had
there 2 VCS filesystems and wanted to switch to
another similar project.
Comment 1 Jiri Kovalsky 2002-12-11 13:21:16 UTC
Created attachment 8262 [details]
ThreadDump taken while IDE was locked.
Comment 2 Jiri Kovalsky 2002-12-11 13:21:53 UTC
Adding THREAD keyword.
Comment 3 Marian Mirilovic 2003-01-06 13:16:06 UTC
I have changed version from 4.0 dev to S1S 4.2 (Nevada).
Comment 4 mslama 2003-01-06 16:01:42 UTC
The problem is that top component from vcscore module calls getModes()
from its deserialization. Please do not do that.
Comment 5 Martin Entlicher 2003-01-08 10:36:04 UTC
O.K., I'll make a workaround.
Comment 6 Martin Entlicher 2003-01-08 10:42:00 UTC
Fixed in the main trunk. A workaround implemented. I've tried to
switch projects several times without problems.

/cvs/vcscore/src/org/netbeans/modules/vcscore/versioning/impl/VersioningExplorer.java,v 
<--  VersioningExplorer.java
new revision: 1.8; previous revision: 1.7
Comment 7 Jiri Kovalsky 2003-07-14 16:44:36 UTC
Okay, seems like IDE works as expected. No problems in switching
project recently. Verified in NetBeans 3.5.1 build #200307092351.