Re: gnatsd: Segmentation fault (closes telnet connection)
Chad Walstrom <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> http://www.wookimus.net/
assert(expired(knowledge)); /* core dump */
_______________________________________________
Help-gnats mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnats
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDQZnDMcLGCBsWv0RAmO/AKCNFSfVIzqlxi20UVaygKwy4k+SvwCgquag GddyskWsfGxWlimXf06DxXU= =StPl -----END PGP SIGNATURE-----