Coda File System

Re: Committing suicide now ........

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Thu, 18 Sep 2003 15:36:48 -0400
On Wed, Sep 17, 2003 at 12:50:29AM +0200, Quintana wrote:
> I've installed coda 6.0.2 and when i use clog with a client i have this
> error on coda server. Could you help me please ?
...
> 00:43:56 ****** FILE SERVER INTERRUPTED BY SIGNAL 11 ******

Ehh, that's not very helpful. A signal 11 is a segfault (i.e. bad NULL
pointer dereference) and it could be just about anywhere.

The only way to find where the problem happens is when you can reproduce
the problem. Then you can attaching gdb to the server when it is up and
running and it will pause when the segfault is generated. At that point
you can see in what line/function it happened and get the stack trace of
how the code got there.

Jan
Received on 2003-09-18 15:37:54