From owner-freebsd-fs@FreeBSD.ORG Tue Apr 26 13:55:31 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F5401065689; Tue, 26 Apr 2011 13:55:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 082608FC1C; Tue, 26 Apr 2011 13:55:31 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A9B0946B2A; Tue, 26 Apr 2011 09:55:30 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2A73E8A027; Tue, 26 Apr 2011 09:55:30 -0400 (EDT) From: John Baldwin To: Doug Barton Date: Tue, 26 Apr 2011 09:45:11 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <4DB5CF3C.9030002@FreeBSD.org> <201104251734.30284.jhb@freebsd.org> <4DB5EB5C.6040906@FreeBSD.org> In-Reply-To: <4DB5EB5C.6040906@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104260945.11691.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 26 Apr 2011 09:55:30 -0400 (EDT) Cc: freebsd-fs@freebsd.org Subject: Re: panic: ext2fs_alloccg: map corrupted X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 13:55:31 -0000 On Monday, April 25, 2011 5:45:00 pm Doug Barton wrote: > Since I was just able to trigger the problem I'm seeing without heavy > access on my ext2fs partition, I'm thinking that what I might do is back > all of my sources up to the point in the binary search that I'm testing > but then 'cd /sys/fs/ext2fs && svn up', does that sound safe? Yes. -- John Baldwin