Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 16:03:37 +0100
From:      Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>
To:        Dan Larsson <dl@tyfon.net>
Cc:        FreeBSD Stable List <stable@FreeBSD.ORG>
Subject:   Re: isc-dhcp3-3.0.b2.9 core dumping on FreeBSD-4.2 BETA
Message-ID:  <20001107160337.B68293@lucifer.bart.nl>
In-Reply-To: <Pine.BSF.4.21.0011070916020.22576-100000@hq1.tyfon.net>; from dl@tyfon.net on Tue, Nov 07, 2000 at 09:18:10AM %2B0100
References:  <Pine.BSF.4.21.0011070916020.22576-100000@hq1.tyfon.net>

next in thread | previous in thread | raw e-mail | index | archive | help

-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
<jruigrok@via-net-works.nl>            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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001107160337.B68293>