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 30364 - Deadlock during opening imported project
Summary: Deadlock during opening imported project
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-01-27 13:39 UTC by Milan Kubec
Modified: 2008-12-23 09:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (27.55 KB, text/plain)
2003-01-27 13:39 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-01-27 13:39:17 UTC
When running automated tests IDE deadlocked after
opening imported projects from NB 3.3.2. Last
message in colsole was:

[WinSys] Problem when deserializing. Reason: Old
[NB3.2 ProjectsTab] component is not supported
anymore.

Full thread dump attached.
Comment 1 Milan Kubec 2003-01-27 13:39:48 UTC
Created attachment 8683 [details]
full thread dump
Comment 2 Peter Zavadsky 2003-01-31 10:16:21 UTC
Marek, please could you have a look at it, I think you were already
solving almost the same problem.
Comment 3 mslama 2003-02-25 15:03:37 UTC
Problem is with synchronous cleaning of wstcref file of component
which failed to be deserialized. Fix is to make cleaning asynchronous.

Modified:
core/src/org/netbeans/core/windows/layers/TCRefImpl.java r.1.51
Comment 4 Milan Kubec 2003-07-11 12:39:02 UTC
Verified.