Date: Tue, 25 Jan 2005 17:58:06 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Chris Knipe <savage@savage.za.org> Cc: freebsd-questions@freebsd.org Subject: Re: CVS Blues Message-ID: <20050125155806.GA18959@orion.daedalusnetworks.priv> In-Reply-To: <005901c502ef$3bda51d0$0a01a8c0@ops.cenergynetworks.com> References: <005901c502ef$3bda51d0$0a01a8c0@ops.cenergynetworks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-01-25 17:04, Chris Knipe <savage@savage.za.org> wrote: > I'm trying to get a CVS Repositry running via pserver. After allot > of googling, I managed to get the server up and authentication > working via the internal passwd file. > > However, as soon as I log in to the repositry (via wincvs), the cvs > process on the server core dumps with sig 11 > > Jan 25 17:00:12 netsphere xinetd[87286]: Started working: 1 available service > Jan 25 17:00:21 netsphere /kernel: pid 87296 (cvs), uid 89: exited on signal 11 You should probably try building a debug version of cvs and obtain a crash dump of the server: # cd /usr/src/gnu/usr.bin/cvs # make cleandir # make cleandir # env CFLAGS='-O -ggdb' make obj all install Then, start a CVS server as a non-root user (if it starts as root, it will not dump a core file when it crashes) and try again. Once you have a cvs.core file mail me and I'll help you use gdb to find out why it crashes. Knowing what version of FreeBSD and CVS you have may help a bit too. - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050125155806.GA18959>