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 69695 - Dead lock when starting IDE
Summary: Dead lock when starting IDE
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 69694 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-01 13:05 UTC by Jiri Skrivanek
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (20.87 KB, text/plain)
2005-12-01 13:06 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-12-01 13:05:45 UTC
I can't re-start IDE because it everytime freezes before it opens main window. I
am not sure whether is problem of cvs or another module. Please, reassign if needed.

Build 20051130-2120, WindowsXP, JDK1.5.0_05.
Comment 1 Jiri Skrivanek 2005-12-01 13:06:26 UTC
Created attachment 27472 [details]
Thread dump
Comment 2 Jiri Skrivanek 2005-12-01 13:23:22 UTC
*** Issue 69694 has been marked as a duplicate of this issue. ***
Comment 3 Maros Sandor 2005-12-01 16:01:56 UTC
Partially rolling back fix of Issue #69301. It seems that detection mechanism
used to distinguish running<->starting states of the IDE is not reliable.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/CvsVersioningSystem.java,v
 <--  CvsVersioningSystem.java
new revision: 1.49; previous revision: 1.48
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/FileStatusProvider.java,v
 <--  FileStatusProvider.java
new revision: 1.14; previous revision: 1.13
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ModuleLifecycleManager.java,v
 <--  ModuleLifecycleManager.java
new revision: 1.19; previous revision: 1.18
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/util/Utils.java,v
 <--  Utils.java
new revision: 1.39; previous revision: 1.38
Comment 4 Jiri Skrivanek 2005-12-02 08:22:51 UTC
Verified in build 20051202-0644.