From owner-freebsd-questions Wed Feb 9 21:35:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.uunet.ca (mail1.uunet.ca [209.167.141.3]) by builder.freebsd.org (Postfix) with ESMTP id 9193E4314 for ; Wed, 9 Feb 2000 21:35:34 -0800 (PST) Received: from w01.arpa-canada.net ([216.95.146.6]) by mail1.uunet.ca with ESMTP id <214888-27115>; Thu, 10 Feb 2000 00:35:06 -0500 Date: Thu, 10 Feb 2000 00:35:02 -0500 From: Matt Heckaman X-Sender: matt@w01.arpa-canada.net To: questions@FreeBSD.ORG Subject: netstat(1) and core dumps. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Recently, on a 3.4-RELEASE machine, netstat began to core dump when supplied with "-r". The funny thing is, this occured with no hardware, software, configuration, etc changes. I'm a bit at a loss to track this down, debugging with gdb was never my area. (Note, I recompiled this with -g after the original error to attempt to aide debugging measures.) Core was generated by `netstat'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libkvm.so.2...done. Reading symbols from /usr/lib/libipx.so.2...done. Reading symbols from /usr/lib/libc.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280cf6d7 in __get_buf () from /usr/lib/libc.so.3 (gdb) where #0 0x280cf6d7 in __get_buf () from /usr/lib/libc.so.3 #1 0x280cf5a1 in __get_buf () from /usr/lib/libc.so.3 #2 0x280cccb2 in __hash_open () from /usr/lib/libc.so.3 #3 0x280ccb47 in __hash_open () from /usr/lib/libc.so.3 #4 0x2806ea63 in kvm_nlist () from /usr/lib/libkvm.so.2 #5 0x804be11 in kread (addr=0, buf=0x0, size=0) at main.c:477 #6 0x804bbe0 in main (argc=2, argv=0xbfbfdbc8) at main.c:383 #7 0x8048fe1 in _start () (gdb) I know this isn't the most detailed posting in the world, but if you need anything else please just ask. Thanks in advance. Matt -- Matt Heckaman [matt@arpa.mail.net|matt@relic.net] [Please do not send me] !Powered by FreeBSD/x86! [http://www.freebsd.org] [any SPAM (UCE) e-mail] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message