From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 07:03:43 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5492016A417 for ; Wed, 8 Aug 2007 07:03:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3F58A13C467 for ; Wed, 8 Aug 2007 07:03:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9C7621A4D7E; Wed, 8 Aug 2007 00:02:47 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 79EF8BF60; Wed, 8 Aug 2007 03:03:42 -0400 (EDT) Date: Wed, 8 Aug 2007 03:03:42 -0400 From: Kris Kennaway To: Mike Harding Message-ID: <20070808070342.GA66769@rot26.obsecurity.org> References: <20070807174354.DAC5017921@bsd.mvh> <20070807192626.GA57403@rot26.obsecurity.org> <1186533707.5244.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1186533707.5244.3.camel@localhost> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: Crash report X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 07:03:43 -0000 On Tue, Aug 07, 2007 at 05:41:47PM -0700, Mike Harding wrote: > Yep, have had to do this many many times. > > I had another crash, during the 'umount' process. Is there possibly a > race condition with tinderbox? I generally run the tinderbox as 'idprio > 10'... Try without idprio, it's not recommended because of priority inversion problems (which can cause deadlocks), which means that in practise no-one uses it and it may have developed more serious issues. Kris