From owner-freebsd-questions Tue Nov 19 12:29:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E9137B401 for ; Tue, 19 Nov 2002 12:29:18 -0800 (PST) Received: from mail.fiber.net (mail.fiber.net [216.83.130.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FDA43E77 for ; Tue, 19 Nov 2002 12:29:14 -0800 (PST) (envelope-from adam@baylessfamily.org) Received: from yo_ink.fiber.net (user-250.office.fiber.net [216.83.129.250]) by mail.fiber.net (8.11.6/8.11.6) with ESMTP id gAJKZ7Z69054 for ; Tue, 19 Nov 2002 13:35:07 -0700 (MST) Message-Id: <5.1.0.14.0.20021119131930.024bb8e0@mail.baylessfamily.org> X-Sender: abayless@mail.baylessfamily.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Nov 2002 13:28:52 -0700 To: freebsd-questions@freebsd.org From: Adam Bayless Subject: issues with Bind 9.2.1 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bind is dumping cores after a couple of minutes on two of my nameservers running 4.7, while one of them is rock solid. All three boxes are as shown: FreeBSD hostname 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 Pretty vanilla installs. The config is pretty straightforward too, just a bunch of zones. I've even tried limiting the config to just a hints file and localhost.rev and still get the crash. Here's gdb's take on the core file: GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf Core was generated by `named'. Program terminated with signal 4, Illegal instruction. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x281b3798 in select () from /usr/lib/libc.so.4 (gdb) backtrace #0 0x281b3798 in select () from /usr/lib/libc.so.4 #1 0x8125194 in evloop () at app.c:328 #2 0x81253d8 in isc_app_run () at app.c:526 #3 0x8053e39 in main (argc=1, argv=0xbfbffbf4) at ./main.c:572 #4 0x804a061 in _start () (gdb) quit Both machines show the same trace. Anyone got any ideas for me? Thanks, Adam ------------------------------------------------------------ Adam Bayless | vi /etc/mail/aliases Fibernet System Janitor | complaints: /dev/null adam@baylessfamily.org | :wq baylessfamily.org/~abayless | newaliases ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message