From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 07:52:51 2003 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 DDD7737B401; Sun, 29 Jun 2003 07:52:51 -0700 (PDT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC6B43FF7; Sun, 29 Jun 2003 07:52:51 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.112.245) by smtp02.syd.iprimus.net.au (7.0.015) id 3EF7A10D000E15A1; Mon, 30 Jun 2003 00:52:50 +1000 Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000) id 65C81C96E; Mon, 30 Jun 2003 00:52:34 +1000 (EST) Date: Mon, 30 Jun 2003 00:52:34 +1000 From: Tim Robbins To: re@freebsd.org Message-ID: <20030630005234.A76874@dilbert.robbins.dropbear.id.au> References: <200306291400.h5TE0Fpe092754@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200306291400.h5TE0Fpe092754@fledge.watson.org>; from rwatson@freebsd.org on Sun, Jun 29, 2003 at 10:00:15AM -0400 cc: current@freebsd.org Subject: Re: 5.2-RELEASE TODO 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: Sun, 29 Jun 2003 14:52:52 -0000 On Sun, Jun 29, 2003 at 10:00:15AM -0400, Robert Watson wrote: > |------------+-----------+----------------+---------------| | > | | | | Kris Kennaway | | > | | | | reports | | > | | | | deadlocks | | > | | | | involving the | | > | | | | use of nullfs | | > | | | | in the bento | | > | | | | environment: | | > | | | | buildworld | | > | | | | -j4 with src | | > | | | | and obj | | > | | | | mounted via | | > | | | | nullfs; the | | > | nullfs | -- | -- | gcc processes | | > | deadlocks | | | eventually | | > | | | | deadlocked in | | > | | | | the ufs | | > | | | | state. DDB | | > | | | | traceback | | > | | | | showed two | | > | | | | different | | > | | | | codepaths. | | > | | | | I've just | | > | | | | repeated | | > | | | | this, so the | | > | | | | bug still | | > | | | | exists. | | > |------------+-----------+----------------+---------------| | This has already been fixed. Tim