From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 18 04:10:14 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 287B816A4E1 for ; Wed, 18 Apr 2007 04:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1946F13C45D for ; Wed, 18 Apr 2007 04:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3I4ADK1040458 for ; Wed, 18 Apr 2007 04:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3I4ADlW040457; Wed, 18 Apr 2007 04:10:13 GMT (envelope-from gnats) Date: Wed, 18 Apr 2007 04:10:13 GMT Message-Id: <200704180410.l3I4ADlW040457@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/111766: "panic: ffs_blkfree: freeing free block" during disk activity X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 04:10:14 -0000 The following reply was made to PR kern/111766; it has been noted by GNATS. From: Kris Kennaway To: Rong-En Fan Cc: Kris Kennaway , FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/111766: "panic: ffs_blkfree: freeing free block" during disk activity Date: Wed, 18 Apr 2007 00:06:15 -0400 On Wed, Apr 18, 2007 at 12:01:53PM +0800, Rong-En Fan wrote: > On Tue, Apr 17, 2007 at 11:39:41PM -0400, Kris Kennaway wrote: > > On Wed, Apr 18, 2007 at 11:19:08AM +0800, Rong-En Fan wrote: > > > On our NFS server, this usually happens when one of the exported partitions > > > gets full. I have seen this on 4.x, 5.x and 6.x. And I'm pretty sure the > > > filesystem is in good state (I do fsck -fy every time after crash). The > > > disk in question is an external raid box. > > > > Interesting, can you repeat this on demand? > > I think I tried once but in vain. Some previous backtrace > at http://www.rafan.org/FreeBSD/panic/freeing_free_block/ > I haven't see this since last Oct, but the filesystem does not > get full recently (we got larger disks). Unfortunately I dont think the backtrace is very useful, it's reporting damage that occured at some earlier time. > > >From previous experience, usually the panic is triggered on > the full partition but I saw once or twice that it's triggered > on another non-full filesystem. I am not entirely sure whether it is really due to a full filesystem, because I've also come across it in random circumstances. I have also spent some time stressing full filesystems without causing the panic. If you can come up with a way to reliably produce it, that would be very useful (possibly essential). Kris