B. T. writes:
>            
> The client is Red Hat 6.0 and the Server is 6.1. Bash is the shell on 
> both systems. You can get straces of the cvs 1.10.0 server process on 
> the at the following location: 
>            
> Committing one file -- this works 
>  http://mail.indiansprings.org/people/benjy/one_file_works 
>            
> Committing multiple files -- this dies with signal 11 
>  http://mail.indiansprings.org/people/benjy/multiple_files_segfault 

Unfortunately, the server forks and it's the *child* that's dying with
signal 11 -- you traced the parent.  If you're handy with a debugger,
you can set the CVS_SERVER_SLEEP environment variable to the number of
seconds the child should sleep before starting to run -- that will give
you time to attach a debugger to it and catch the crash.  A traceback
from the debugger will be much more useful than straces.

-Larry Jones

How many presents do you think I'd forfeit for just one
clean smack upside Susie's head? -- Calvin

Reply via email to