From owner-freebsd-current Wed Mar 19 09:54:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA11082 for current-outgoing; Wed, 19 Mar 1997 09:54:35 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA11075 for ; Wed, 19 Mar 1997 09:54:32 -0800 (PST) Received: from right.PCS (right.pcs. [148.105.10.31]) by sumatra.americantv.com (8.7.6/8.7.3) with ESMTP id MAA25616; Wed, 19 Mar 1997 12:00:07 -0600 (CST) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id RAA19567; Wed, 19 Mar 1997 17:55:11 GMT Message-ID: <19970319115510.54140@right.PCS> Date: Wed, 19 Mar 1997 11:55:10 -0600 From: Jonathan Lemon To: Michael Smith Cc: freebsd-current@FreeBSD.org Subject: Re: Panics on reboot/halt/shutdown with MFS References: <19970319001821.63996@right.PCS> <199703190636.RAA23128@genesis.atrad.adelaide.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199703190636.RAA23128@genesis.atrad.adelaide.edu.au>; from Michael Smith on Mar 03, 1997 at 05:06:13PM +1030 Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mar 03, 1997 at 05:06:13PM +1030, Michael Smith wrote: > Jonathan Lemon stands accused of saying: > > > > I spent some time digging into this. The symptoms are that the system > > panics/locks up when executing reboot() when there is a MFS mounted > > filesystem. (freebsd bugs #3012, #3026) > > > > When MFS is not mounted, the system shuts down without a problem. > ... > > Perhaps someone with a CVS tree available could look at the recent changes > > that were made to 2_2_RELENG? This only just started happening. > > Might this be because the MFS now has a non-NULL mountpoint? There > was a change recently to fill in the mountpoint when the MFS' vnode > is allocated. I don't think so; I remember that change, and it didn't hang the system when I halted. (This was on my home machine, that gets shut down every night). However, I'll back that change out and see if it still happens. The vnode in question is of v_type == VBLK, and v_tag == VT_NON, where I was expecting a v_tag of VT_MFS. Also, my preliminary inspections show that it doesn't appear to be always happening at the same point. -- Jonathan