help-gnats
[Top][All Lists]
Advanced

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

Re: gnatsd: Segmentation fault (closes telnet connection)


From: Chad Walstrom
Subject: Re: gnatsd: Segmentation fault (closes telnet connection)
Date: Sun, 1 Aug 2004 10:04:07 -0500
User-agent: Mutt/1.5.6+20040523i

Michael Breen wrote:
> $ /usr/local/libexec/gnats/gnatsd
> Segmentation fault

Can you run an strace of gnatsd?

  shell$ strace /usr/local/libexec/gnats/gnatsd 2>&1 | tee /tmp/gnatsd.strace

If that doesn't give you any hints, perhaps, try compiling gnatsd with
debugging symbols.  ("-g -Wall" in the CFLAGS environment variable),
then step through the application with gdb.

  shell$ CFLAGS="-g -Wall" ./configure --prefix=/usr/local ...

If you don't know how to use gdb, make a tarball of the core file and
your configuration files.  Post the URL for the tarball to the list or
send the tarball to my email address.  Please don't send large
attachments to the list if you can help it. ;-)

-- 
Chad Walstrom <address@hidden>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */

Attachment: signature.asc
Description: Digital signature


reply via email to

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