From owner-freebsd-questions Tue Dec 3 14: 3: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD5E37B401 for ; Tue, 3 Dec 2002 14:03:00 -0800 (PST) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CDBB43ED1 for ; Tue, 3 Dec 2002 14:03:00 -0800 (PST) (envelope-from hogsett@csl.sri.com) Received: (qmail 25538 invoked from network); 3 Dec 2002 22:02:59 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 3 Dec 2002 22:02:59 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (NAVGW 2.5.2.17) with SMTP id M2002120314025914431 ; Tue, 03 Dec 2002 14:02:59 -0800 Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id gB3M2wnr004446; Tue, 3 Dec 2002 14:02:58 -0800 Received: from beast.csl.sri.com (localhost [127.0.0.1]) by beast.csl.sri.com (8.12.6/8.12.6) with ESMTP id gB3M2wUR001464; Tue, 3 Dec 2002 14:02:58 -0800 (PST) (envelope-from hogsett@beast.csl.sri.com) Message-Id: <200212032202.gB3M2wUR001464@beast.csl.sri.com> To: Mike Hogsett Cc: Kent Stewart , Roman Neuhauser , freebsd-questions@FreeBSD.ORG Subject: PROBLEM FOUND WAS : Re: /usr/bin/top seg faulting In-Reply-To: Message from Mike Hogsett of "Tue, 03 Dec 2002 13:49:54 PST." <200212032149.gB3LnsUR001348@beast.csl.sri.com> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Tue, 03 Dec 2002 14:02:58 -0800 From: Mike Hogsett Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > flagg# top > > Segmentation fault > > flagg# > > I got a core file and ran gdb... I know almost nothing about gdb, but what the heck. (gdb) where #0 0x2810cbd8 in endpwent () from /usr/lib/libc.so.4 #1 0x2810d421 in endpwent () from /usr/lib/libc.so.4 #2 0x2810c1da in getpwent () from /usr/lib/libc.so.4 #3 0x804b28e in free () #4 0x804cb94 in clear () #5 0x8049389 in free () Ok. So this led me to a password file entry. This host is a NIS client with +@vpnusers::::::::/tmp:/usr/bin/false at the end of master.passwd (for the radiusd). Some missing commas in the netgroup file... Thanks for everyone's help. - Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message