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

Summary: Dead lock when starting IDE
Product: versioncontrol Reporter: Jiri Skrivanek <jskrivanek>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

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.