From owner-freebsd-stable@FreeBSD.ORG Fri Nov 14 11:57:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B816816A4CE for ; Fri, 14 Nov 2003 11:57:03 -0800 (PST) Received: from perilith.com (perilith.com [207.198.250.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ADA43FE9 for ; Fri, 14 Nov 2003 11:57:00 -0800 (PST) (envelope-from laurent@perilith.com) Received: by perilith.com (Postfix, from userid 1053) id 397E8120311A1; Fri, 14 Nov 2003 14:57:00 -0500 (EST) Date: Fri, 14 Nov 2003 14:57:00 -0500 From: laurent@perilith.com To: freebsd-stable@freebsd.org Message-ID: <20031114195700.GA17044@perilith.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: 4.8-RELEASE-p13 named dies with signal 6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 19:57:03 -0000 Hi, For the past two weeks I've been having issues with named (8.3.4-REL) unexepectedly dying. The logs always show the same thing, a number of denied updates from various hosts and then following entries: Nov 14 10:22:26 ns1 named[58447]: d_rcnt-- == 0 Nov 14 10:22:26 ns1 named[58447]: d_rcnt-- == 0 Nov 14 10:22:36 ns1 /kernel: pid 58447 (named), uid 0: exited on signal 6 (core dumped) Here the gdb output: gdb named named.core ... Core was generated by `named'. Program terminated with signal 6, Abort trap. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done. #0 0x2811eba8 in kill () from /usr/lib/libc.so.4 and the backtrace: ... #0 0x2811eba8 in kill () from /usr/lib/libc.so.4 (gdb) bt #0 0x2811eba8 in kill () from /usr/lib/libc.so.4 #1 0x28160136 in abort () from /usr/lib/libc.so.4 #2 0x80767e1 in getsockname () #3 0x8053df0 in getsockname () #4 0x8053b1c in getsockname () #5 0x8073a08 in getsockname () #6 0x80661d7 in getsockname () #7 0x8066179 in getsockname () #8 0x8066179 in getsockname () #9 0x8064c4a in getsockname () #10 0x80894c5 in getgrouplist () #11 0x8060bb3 in getsockname () #12 0x804b54a in getsockname () Any ideas? Laurent Geyer