From owner-freebsd-current@FreeBSD.ORG Thu Dec 16 04:39:34 2010 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 E5A49106564A; Thu, 16 Dec 2010 04:39:34 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6D98FC08; Thu, 16 Dec 2010 04:39:33 +0000 (UTC) Received: by wwf26 with SMTP id 26so1903925wwf.31 for ; Wed, 15 Dec 2010 20:39:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=cdkvB9VgudlIPOW8tHaIIwW8uyunU07y196Ju2VowD4=; b=pCIBN+u20IZqxLKiUtqvFoGdU3sda9hSPyFO1HvJdCM5O8cXoUiLsBIg+2DOiiVUyt q3OAzKkr7JRCrBZBSSYahL7v7U2keDAKWG/epDuFzyCFLPR3BfvBtsbPRd2kPp3jasg0 w1F3PAWXW8Wq3zw6P1yHN4W+VH0RRQJ+CL4oU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=AL3bFdPUjgaj89EVq0cIFpLpMg3CE5e3Z8X20arFWER1v2LHydiwSWIFLPhO5p/Enk jnfbLoY3MyIW22CAyZW38lFFDrM3S+mySmY8zaRiSHPPjLQgDpTuTdx+JWZevFOx0Kz5 tfEKmGD/0EUL1ohyI+7kYeDGD8DPBQQYSulEk= MIME-Version: 1.0 Received: by 10.216.37.8 with SMTP id x8mr6888179wea.30.1292474373136; Wed, 15 Dec 2010 20:39:33 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Wed, 15 Dec 2010 20:39:33 -0800 (PST) In-Reply-To: <20101216032944.GD32146@dragon.NUXI.org> References: <20101202224329.GA5033@dragon.NUXI.org> <20101216032944.GD32146@dragon.NUXI.org> Date: Wed, 15 Dec 2010 20:39:33 -0800 X-Google-Sender-Auth: -VhtDkqIsgEIQ-OXl43Z9vl4Sto Message-ID: From: Garrett Cooper To: obrien@freebsd.org, Garrett Cooper , freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: [PANIC] ffs_alloccg: map corrupted 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: Thu, 16 Dec 2010 04:39:35 -0000 On Wed, Dec 15, 2010 at 7:29 PM, David O'Brien wrote: > On Thu, Dec 02, 2010 at 03:31:41PM -0800, Garrett Cooper wrote: >> On Thu, Dec 2, 2010 at 2:43 PM, David O'Brien wrote= : >> > Thoughts? >> > >> > FreeBSD 9.0-CURRENT #654 r215604M: Sat Nov 20 19:51:27 PST 2010 >> > =A0 =A0rootk@dragon:/sys/i386/compile/DRAGON i386 >> > [..] >> > start =3D 0, len =3D 3359, fs =3D /files >> > panic: ffs_alloccg: map corrupted > [..] >> > ffs_balloc_ufs2(ce55e660,38000,0,4000,ce77b300,...) at 0xc0755629 =3D = ffs_balloc_ufs2+0x1949 > [..] >> > panic: bufwrite: buffer is not busy??? >> >> =A0 =A0 UFS? UFS2? SU? SU+J? Got more details :)? > > UFS2, SU+J, ahd(4) HBA Hmmm.. interesting. Was a cylinder block corrupted by an fsck and the map not updated (properly) to reflect the change? I haven't seen this particular issue before, but then again I stick to mfi(4) controllers for RAIDs and standalone ahci(4) drives. Thanks, -Garrett