From owner-freebsd-stable Tue Nov 7 7: 3:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 6506737B4CF for ; Tue, 7 Nov 2000 07:03:42 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id eA7F3cb68615; Tue, 7 Nov 2000 16:03:38 +0100 (CET) (envelope-from asmodai) Date: Tue, 7 Nov 2000 16:03:37 +0100 From: Jeroen Ruigrok van der Werven To: Dan Larsson Cc: FreeBSD Stable List Subject: Re: isc-dhcp3-3.0.b2.9 core dumping on FreeBSD-4.2 BETA Message-ID: <20001107160337.B68293@lucifer.bart.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dl@tyfon.net on Tue, Nov 07, 2000 at 09:18:10AM +0100 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20001107 09:20], Dan Larsson (dl@tyfon.net) wrote: >The dhcpd daemon keeps coredumping after a couple of hours. >It leaves a dhcpd.core file, what tools can I use to figure out why? make sure you have compiled with -g in order to enable debugging symbols and also don't strip the binary. next do the following in the directory where the sources are located: gdb `where dhcpd` /path/to/dhcpd.core and do a backtrace (bt) And then report back. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl The King is dead. Long live the King! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message