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 195362 - CVS actions for C++ project do not complete
Summary: CVS actions for C++ project do not complete
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 21:38 UTC by cwjrda
Modified: 2011-03-03 17:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump after CVS->Search History hangs (14.25 KB, text/plain)
2011-03-03 16:24 UTC, cwjrda
Details
Thread dump after CVS->Diff hangs (13.83 KB, text/plain)
2011-03-03 16:33 UTC, cwjrda
Details
Thread dump after CVS->Search History hangs (14.25 KB, application/octet-stream)
2011-03-03 17:47 UTC, cwjrda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cwjrda 2011-02-11 21:38:09 UTC
Product Version = NetBeans IDE 7.0 Beta (Build 201011152355)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

In my C++ project the IDE seems to hang on queries to CVS (on a remote server). Update for a module brings up the Progress bar in the Status bar but does not move beyond 1%. Diff also brings up the progress bar but continues to spin -- it does not complete. I can stop these with the X button. Then it puts up "Refreshing CVS Status (Queued)" and a progress bar but never seems to make progress.

CVS version is: CVSNT 2.0.51d (client/server)

I use CVS in NetBeans on my Java projects and it works fine. I need the same capability with C++.
Comment 1 Ondrej Vrabec 2011-02-14 08:19:41 UTC
Please generate a thread dump - http://wiki.netbeans.org/GenerateThreadDump
Comment 2 cwjrda 2011-03-03 16:24:33 UTC
Created attachment 106663 [details]
Thread dump after CVS->Search History hangs

I don't know if this will help because it didn't seem to print anything when the CVS->Search History action began.
Comment 3 Ondrej Vrabec 2011-03-03 16:27:46 UTC
That's not a thread dump but a message log. A thread dump may be generated pressing Ctrl+Break, i think (more info in http://wiki.netbeans.org/GenerateThreadDump)
Comment 4 cwjrda 2011-03-03 16:33:08 UTC
Created attachment 106664 [details]
Thread dump after CVS->Diff hangs

This one is a little different. A popup box appeared stating:

CVS Command failed with the following error:
The pipe is being closed

It still hangs. There is a spinning progress bar in the bottom of the window that says "Diffing ...". Then when I exit NB a dialog appears that says:

Exiting the IDE will terminate the following processes:
<Icon> Diffing ...
Comment 5 cwjrda 2011-03-03 17:47:21 UTC
Created attachment 106665 [details]
Thread dump after CVS->Search History hangs

Oops. You are right. Missed that step after figuring out how to run from a command prompt window.