On Mon, Sep 06, 1999 at 05:31:08PM +0400,   wrote:
> I use coda-5.3.1 with Linux (RH6.0).
> There is some problem. When I install coda-server as non-Scm machine and run 
>Codastart-script server write in SrvLog (see attachment) and after it not work.
> I try to use many starting address of rvm, 0x20000000, 0x50000000 and other. rdsinit 
>work is succesfull, but server not work again :(
> My log partition /dev/sda5 - 15M, data partition /dev/sda6 - 130 M, Log and data 
>partitions is accessible (i verify it: dd if=/dev/sda5 of=/tmp/somedata count=1, dd 
>if=/dev/sda6 of=/tmp/somedata count=1, all OK)
> 
> Please help me. Any idea fix this problem.
>                                        Foma
> P.S. SCM server is work correctly.
> 

Hi Foma,

The attached SrvLog indicates that it crashed from a SIGSEGV (i.e. code 11)
Can you attach gdb to the crashed server, and get a backtrace of the
stack?

# gdb codasrv `pidof codasrv`
gdb> bt
.....
.....
gdb> detach
gdb> quit

This wil be helpful in finding out where the server crashed.

Jan

Reply via email to