From owner-freebsd-current@FreeBSD.ORG Sun Oct 14 01:29:55 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E68BE16A419 for ; Sun, 14 Oct 2007 01:29:55 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id AF94013C4AA for ; Sun, 14 Oct 2007 01:29:55 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (r74-193-81-203.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.81.203]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l9E1TEDH008294; Sat, 13 Oct 2007 20:29:15 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <471170E1.2090205@freebsd.org> Date: Sat, 13 Oct 2007 20:29:05 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Pieter de Goeje References: <1191175387.92510.6.camel@shumai.marcuscom.com> <470447FF.5070409@free.de> <4710DCDA.1050708@donut.de> <200710131857.46963.pieter@degoeje.nl> In-Reply-To: <200710131857.46963.pieter@degoeje.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: freebsd-current@freebsd.org, Rolf Witt Subject: Re: panic: ffs_blkfree: freeing free block X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Oct 2007 01:29:56 -0000 Pieter de Goeje wrote: > On Saturday 13 October 2007, Rolf Witt wrote: >> Backtrace from crash tonight (after portsnap cron): >> > >> # uname -a >> FreeBSD peanuts.homenet.local 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE >> #121: Thu Oct 11 16:29:05 CEST 2007 >> rowi@peanuts.homenet.local:/usr/obj/usr/src/sys/PEANUTS i386 >> >> Sources from Builddate. >> >> Rowi > Eric sent me this patch: > http://www.googlebit.com/freebsd/patches/ffs_softdep.c-patch > which seems to be working great so far. I am still testing it, but I think it > fixed the problem. > To apply, cd /usr/src; patch < /path/to/patch and then rebuild the kernel. > > Cheers, > Pieter de Goeje It doesn't actually 'fix' the problem, but I think it helps identify it. I'm not 100% certain if this is the right fix our not, but so far feedback has been good when running with this patch. Can somebody confirm that this patch is ok? Eric