-On [20001107 09:20], Dan Larsson ([EMAIL PROTECTED]) 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
<[EMAIL PROTECTED]>            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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to