From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 16:06:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BF216A4CE for ; Tue, 19 Oct 2004 16:06:54 +0000 (GMT) Received: from lon-mail-6.gradwell.net (lon-mail-6.gradwell.net [193.111.201.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BE743D1D for ; Tue, 19 Oct 2004 16:06:54 +0000 (GMT) (envelope-from cbh-freebsd-current@groups.chrishedley.com) X-Gradwell-Debug: delivering mail for [freebsd-current@freebsd.org] to mx1.freebsd.org [216.136.204.125]:25 Received: from cpc2-oxfd4-4-0-cust119.oxfd.cable.ntl.com [80.3.246.119] (helo: mail.cbhnet)1.138) id 41753b9d.85b2.33 for freebsd-current@freebsd.org; Tue, 19 Oct 2004 17:06:53 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.cbhnet (Postfix) with ESMTP id 9985B31B018; Tue, 19 Oct 2004 17:06:46 +0100 (BST) Received: from mail.cbhnet ([127.0.0.1]) by localhost (mail.cbhnet [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12601-01; Tue, 19 Oct 2004 17:06:46 +0100 (BST) Received: from teapot.cbhnet (teapot.cbhnet [192.168.1.1]) by mail.cbhnet (Postfix) with ESMTP id 3C39731AFF6; Tue, 19 Oct 2004 17:06:46 +0100 (BST) Date: Tue, 19 Oct 2004 17:06:46 +0100 (BST) From: Chris Hedley X-X-Sender: cbh@teapot.cbhnet To: Kris Kennaway In-Reply-To: <20041019160026.GB55255@xor.obsecurity.org> Message-ID: <20041019170446.B866@teapot.cbhnet> References: <20041018202949.J866@teapot.cbhnet> <20041019160026.GB55255@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at chrishedley.com cc: freebsd-current@freebsd.org Subject: Re: Crash with new bind/host cmds on -CURRENT (poss. runq_remove?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 16:06:54 -0000 On Tue, 19 Oct 2004, Kris Kennaway wrote: > On Mon, Oct 18, 2004 at 08:45:30PM +0100, Chris Hedley wrote: > >> Hopefully I'm not covering old ground with this one, I had a quick look >> through the list and couldn't find anything. I've been having a few >> problems with either bind9 or the programs which call it via localhost >> which cause the system to panic. I'm afraid I seem to have neglected the >> debugging symbols, but the function stack is as follows: > > Unfortunately this doesn't seem to be useful - you should try to > obtain a debugging traceback. That can be arranged. Just pretend for a moment that I'm really dense and remind me how to go about creating one. ;) Chris.