info-cvs
[Top][All Lists]
Advanced

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

Re: pserver core dumps on WinCVS login


From: Larry Jones
Subject: Re: pserver core dumps on WinCVS login
Date: Thu, 27 Feb 2003 14:47:33 -0500 (EST)

address@hidden writes:
> 
> Looks like recursive death may have been the whole problem. Now I get no
> core dumps, although an empty directory (cvs-servNNNNNN, where NNNNNN is
> the process ID for the server) is left in /tmp (not a big deal)...

No, something is going badly wrong somewhere.  You should have gotten an
error message at the client but, if not, then please try writing a short
shell script that runs the CVS server with stderr redirected into a
file, something like:

        #! /bin/sh
        exit /usr/local/bin/cvs "$@" 2>/tmp/cvs$$.log

temporarily change your inetd.conf to run the script rather than running
the server directly, reproduce the problem, and check the log file.

-Larry Jones

Hey Doc, for 10 bucks I'll make sure you see those kids in the
waiting room again real soon! -- Calvin




reply via email to

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