info-cvs
[Top][All Lists]
Advanced

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

Re: Terminated with fatal signal 11


From: Mark D. Baushke
Subject: Re: Terminated with fatal signal 11
Date: Thu, 12 May 2005 11:33:10 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patrice Durosay <address@hidden> writes:

> I installed cvs & prerequisite packages on a solaris 8 server :
> diffutils-2.8.1-sol8-sparc-local.gz
> rcs-5.7-sol8-sparc-local.gz
> cvs-1.11.19-sol8-sparc-local.gz

All you should have needed as
cvs-1.11.19-sol8-sparc-local.gz The diffutils and
rcs packages should only be needful if you are
planning to run ViewCVS or some other add-on.

> Created the empty directory tree of my application & Initialized cvs
> address@hidden $ cvs -d /dat/cvsroot init
> $ ll
> drwxrwxr-x   3 cvsuser  bioinfo     1024 May 11 14:54 CVSROOT
> drwxrwsr-x   4 durosay  bioinfo      512 May 11 17:27 Dataflows
> 
> Checkout the CVSROOT, updated the CVSROOT/module file and commited it. OK.
> 
> Tried to import my application via ssh with CVS_RSH=ssh
> [durosay @workstation Dataflows]$ cvs -d :ext:durosay 
> @server:/dat/cvsroot import -m "Import Sources" Dataflows Durosay V2_0
> Terminated with fatal signal 11
> Core dumped; preserving /tmp/cvs-serv23418 on server.
> CVS locks may need cleaning up.
> 
> 
> Did I forget something or is it a bug ?

Core dumps are almost always bugs of some kind
(the only exception being when you ask for one
explicity).

> 
> Is there an other way to enter a new project in the repository ?

You sould use a series of 'cvs add' commands.
First for the directories and then for the files
of those directories.

> 
> Can somebody give me some clue ?

What does the core file say?

Download a gdb (http://sunfreeware.com/programlistsparc8.html#gdb)
ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/gdb-6.0-sol8-sparc-local.gz
and use something like

    ssh server
    cd /tmp/cvs-serv23418
    gdb /usr/local/bin/cvs core
    bt

to see what you can see.

> 
> 
> Thank you by advance.
> 
> Patrice Durosay

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFCg6Fm3x41pRYZE/gRAuxRAKCSZGcNNmuYTfsgtF+dAU4hnybqbwCdF+Cv
3wY0YVrrgAx85rq+tt33Bo0=
=2sJB
-----END PGP SIGNATURE-----




reply via email to

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