Subject: Re: core dumps from named?
To: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-users
Date: 03/17/2005 13:11:07
On Monday 14 March 2005 23:52, Ronald van der Pol wrote:
> On Wed, Mar 09, 2005 at 20:45:09 -0500, Steven M. Bellovin wrote:
> > Is anyone else seeing core dumps from named?  As a rul, I'm running bind9
> > from pkgsrc.  The core dumps seem to happen when it's shutting down.
>
> Yes, but I haven't had time yet to look into it. I am running bind-9.3.0pl1
> on 2.0_STABLE. I am using dynamic DNS updates. That would have been my
> first thing to look at for problems.

I just looked at our lab machines running NetBSD/i386 2.99.10 and 4 of them 
have named.core's created in the last week (any before that would have been 
cleaned out).  All the cores correspond to a shutdown (but not every 
shutdown) and all the core's give the following backtrace:

(gdb) where
#0  0x481fe373 in kill () from /usr/lib/libc.so.12
#1  0x481dbab4 in pthread__assertfunc () from /usr/lib/libpthread.so.0
#2  0x481d78eb in pthread__next () from /usr/lib/libpthread.so.0
#3  0x481d595b in pthread__upcall () from /usr/lib/libpthread.so.0

These are basically caching only named's doing no dynamic DNS or anything 
fancy.

cheers
mark