Date: Tue, 2 Mar 1999 23:31:05 -0500 (EST) From: Jim Durham <durham@w2xo.pgh.pa.us> To: freebsd-hackers@freebsd.org Subject: natd core dumps in packetBuf Message-ID: <199903030431.XAA08604@w2xo.pgh.pa.us>
next in thread | raw e-mail | index | archive | help
On a 3.0-RELEASE system, I've had problems with natd core dumping. I compiled it with -g and was able to run gdb with symbols in the last dump. Here's what I see... GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc. Core was generated by `natd'. Program terminated with signal 11, Segmentation fault. #0 0x280aca00 in ?? () (gdb) file natd Reading symbols from natd...done. (gdb) where #0 0x280aca00 in ?? () #1 0x804c6c9 in packetBuf () #2 0x280570fd in ?? () #3 0x2805722d in ?? () #4 0x28056298 in ?? () #5 0x280569ee in ?? () #6 0x804977a in DoAliasing (fd=3) at natd.c:492 #7 0x8049503 in main (argc=3, argv=0xefbfd7c4) at natd.c:348 #8 0x8048ea5 in _start () Any ideas? regards, Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903030431.XAA08604>