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 40294

Summary: [36cat] cvs commands not working
Product: obsolete Reporter: jasondonmoyer <jasondonmoyer>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump
ide.log

Description jasondonmoyer 2004-02-19 19:14:38 UTC
[ JDK VERSION : J2SE other ]

Using Sun JDK1.4.2_03

After using the IDE for approximately 6 hours CVS commands stop responding (no windows opened, no errors reported, nothing).  No output appears for each individual command issued under VCS Commands on the runtime tab.  I will attach the thread dump.
Comment 1 jasondonmoyer 2004-02-19 19:15:28 UTC
Created attachment 13535 [details]
thread dump
Comment 2 Martin Entlicher 2004-02-20 16:44:36 UTC
The customization process is blocked for some reason. It looks like
the requests for opening a command customizer is not processed at all.
This is some pathological state, but it's not apparent how the IDE
come to this state.

Can you please attach ide.log, so that we know whether there was not
some exception, that would interrupt some important thread?
Comment 3 jasondonmoyer 2004-02-20 17:06:44 UTC
Created attachment 13552 [details]
ide.log
Comment 4 Martin Entlicher 2004-02-22 10:44:26 UTC
Thanks for the ide.log. There is a bunch of exceptions from
persistency problems, but nothing related to VCS.
Hopefully I'll find out how to prevent from this state to occur...
Comment 5 Richard Gregor 2004-02-25 12:43:23 UTC
Downgrading this to P3 becasue we are unable to reproduce this one. We
(means Martin and me) are working with ide whole days. If we reproduce
this we will fix it.
Comment 6 Martin Entlicher 2004-04-26 12:30:03 UTC
Scheduling for promotion D.
Comment 7 Martin Entlicher 2004-06-25 19:14:07 UTC
*** Issue 44438 has been marked as a duplicate of this issue. ***
Comment 8 Martin Entlicher 2004-09-19 20:46:55 UTC
Jason, can you please confirm whether this is fixed in 4.0 or not? I
was not able to reproduce this in 4.0. There were some small changes
in the process of execution and customization of commands, so this
might have been fixed by these changes. Thanks.