From owner-freebsd-current@FreeBSD.ORG Wed Oct 20 03:32:24 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 652BB16A4CE for ; Wed, 20 Oct 2004 03:32:24 +0000 (GMT) Received: from lon-mail-5.gradwell.net (lon-mail-5.gradwell.net [193.111.201.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC27343D5D for ; Wed, 20 Oct 2004 03:32:23 +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 4175dc46.6c48.1 for freebsd-current@freebsd.org; Wed, 20 Oct 2004 04:32:22 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.cbhnet (Postfix) with ESMTP id C5ACF31B01F; Wed, 20 Oct 2004 04:32:11 +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 19786-05-2; Wed, 20 Oct 2004 04:32:11 +0100 (BST) Received: from teapot.cbhnet (teapot.cbhnet [192.168.1.1]) by mail.cbhnet (Postfix) with ESMTP id 7517831B01D; Wed, 20 Oct 2004 04:32:11 +0100 (BST) Date: Wed, 20 Oct 2004 04:32:11 +0100 (BST) From: Chris Hedley X-X-Sender: cbh@teapot.cbhnet To: Ryan Sommers In-Reply-To: <4175C541.2080703@gamersimpact.com> Message-ID: <20041020042948.H866@teapot.cbhnet> References: <20041018202949.J866@teapot.cbhnet> <20041019160026.GB55255@xor.obsecurity.org> <20041020003333.H866@teapot.cbhnet> <4175BABD.70602@gamersimpact.com> <20041020023318.T866@teapot.cbhnet> <4175C541.2080703@gamersimpact.com> 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 cc: Kris Kennaway 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: Wed, 20 Oct 2004 03:32:24 -0000 On Tue, 19 Oct 2004, Ryan Sommers wrote: > Chris Hedley wrote: >> On Tue, 19 Oct 2004, Ryan Sommers wrote: >> >>> Are you using PREEMPT with SHED_ULE? Or is this just SHED_ULE without >>> preemption? >> >> I have both SCHED_ULE and PREEMPTION set in my config file, which I've >> included as an attachment "just in case" (please don't laugh at how scruffy >> it's become!) > > Err, my fault for not looking at it. I would disable PREEMPT if you're going > to use SCHED_ULE. It's known to be pretty unstable. If you want preemption > I'd switch to SCHED_4BSD. For the life of me I can't recall why I turned on PREEMPTION; I doubt if it was just "it seemed like a good idea at the time", but I'll turn it off again anyway and give it another go! Chris.