-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
Re: isc-dhcp3-3.0.b2.9 core dumping on FreeBSD-4.2 BETA
Jeroen Ruigrok van der Werven Tue, 07 Nov 2000 06:54:25 -0800
- Re: isc-dhcp3-3.0.b2.9 core dumping on FreeB... Jeroen Ruigrok van der Werven
- Re: isc-dhcp3-3.0.b2.9 core dumping on ... Peter Radcliffe