info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Core dump


From: Thomson, Alisa
Subject: RE: Core dump
Date: Fri, 23 Sep 2005 08:35:32 -0400

I am using 1.11.19.  The command I tried is:
jefferson{thomson}111: cvs -t -n import -m "Initial import"
enegotiated/development fhlb v2
 -> main loop with CVSROOT=:pserver:address@hidden:/apps/cvs
Segmentation Fault (core dumped)

Even though this is a development box, I do not have access to install
gdb.

I tried your suggestion below which is adding the directories to the
repository and it seemed to work for the files, but even after a commit
the files do not show up in the repository...only the directory names.


-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Mark D. Baushke
Sent: Friday, September 23, 2005 3:44 AM
To: Thomson, Alisa
Cc: address@hidden
Subject: Re: Core dump 

<#part sign=pgp sender=0x6B039C51>
Thomson, Alisa <address@hidden> writes:

> I have cvs installed on Solaris and have been using it with relatively

> few problems (just some directory renaming weirdisms) for about 8 
> months.  It is still working fine on existing projects, but I am 
> trying to create a new project and get a core dump on cvs import.  Any

> ideas what could be affecting just the import?

What version of cvs? Did you get a backtrace of the core dump? Was there
any assertion error message printed as the output?

Did you use 'cvs import -I ! module/path vendor vendortag' and also
happen to have a 'CVS' directory in the import list? If so, you might
want to use 'cvs import -I ! -I CVS module/path vendor vendortag'
instead.

Note that adding a new project need not be done via a 'cvs import'
command, you may also use something like

  cvs checkout -d top .
  cd top
  mkdir new-module-name
  cvs add new-module-name
  : and then add more files as you wish and commit them as normal

> 
> Thanks in advance.
> 
> 
> **********************************************************************
> *** This email and any files transmitted with it are confidential and 
> are intended solely for the use of the individual or entity to whom it

> is addressed.  This communication may contain protected or privileged 
> material and should only be viewed by the intended recipient(s).  If 
> you are not the intended recipient or the person responsible for 
> delivering the email to the intended recipient(s), be advised that you

> have received this email in error and that any use, dissemination, 
> forwarding, printing or copying of this email is strictly prohibited.
> Any data contained in this e-mail has been prepared for informational 
> purposes only unless otherwise specified.  While it is believed to be 
> correct, accuracy cannot be guaranteed.
> **********************************************************************
> ***

The above disclaimer is a bit silly when sent to an e-mail list.
You do not have rights to prohibit dissemination to a public list.

        -- Mark


_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs


*************************************************************************
This email and any files transmitted with it are confidential and are 
intended solely for the use of the individual or entity to whom it is 
addressed.  This communication may contain protected or privileged 
material and should only be viewed by the intended recipient(s).  If 
you are not the intended recipient or the person responsible for 
delivering the email to the intended recipient(s), be advised that 
you have received this email in error and that any use, dissemination, 
forwarding, printing or copying of this email is strictly prohibited.
Any data contained in this e-mail has been prepared for 
informational purposes only unless otherwise specified.  While
it is believed to be correct, accuracy cannot be guaranteed.
*************************************************************************





reply via email to

[Prev in Thread] Current Thread [Next in Thread]