Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759176AbYGQOxP (ORCPT ); Thu, 17 Jul 2008 10:53:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755640AbYGQOw6 (ORCPT ); Thu, 17 Jul 2008 10:52:58 -0400 Received: from mx1.redhat.com ([66.187.233.31]:44035 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753471AbYGQOw5 (ORCPT ); Thu, 17 Jul 2008 10:52:57 -0400 Date: Thu, 17 Jul 2008 10:33:32 -0400 From: Josef Bacik To: Vegard Nossum Cc: Josef Bacik , Josef Bacik , linux-ext4@vger.kernel.org, sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com, Johannes Weiner , linux-kernel@vger.kernel.org Subject: Re: ext3 on latest -git: BUG: unable to handle kernel NULL pointer dereference at 0000000c Message-ID: <20080717143332.GE14133@unused.rdu.redhat.com> References: <1b7401870807170613y747baa7by158177047cc7e28@mail.gmail.com> <19f34abd0807170620g39ab942bl592ea3fa3fa0dab@mail.gmail.com> <1b7401870807170634u14492a53k3931ddcddbd1e098@mail.gmail.com> <19f34abd0807170639p838d14blc9a13d2104313f38@mail.gmail.com> <20080717135746.GB14133@unused.rdu.redhat.com> <19f34abd0807170725p13e81e3dq4daad32ad2a83931@mail.gmail.com> <20080717141333.GC14133@unused.rdu.redhat.com> <19f34abd0807170735p5d2cba31kec3fb65c5b8c7b3f@mail.gmail.com> <20080717141655.GD14133@unused.rdu.redhat.com> <19f34abd0807170744r79e46a78odfcfbd67687d2ceb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19f34abd0807170744r79e46a78odfcfbd67687d2ceb@mail.gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2554 Lines: 59 On Thu, Jul 17, 2008 at 04:44:47PM +0200, Vegard Nossum wrote: > On Thu, Jul 17, 2008 at 4:16 PM, Josef Bacik wrote: > > On Thu, Jul 17, 2008 at 04:35:16PM +0200, Vegard Nossum wrote: > >> On Thu, Jul 17, 2008 at 4:13 PM, Josef Bacik wrote: > >> > On Thu, Jul 17, 2008 at 04:25:49PM +0200, Vegard Nossum wrote: > >> >> On Thu, Jul 17, 2008 at 3:57 PM, Josef Bacik wrote: > >> >> > Can you try this patch out and see if it fixes the problem? I didn't compile > >> >> > test it, so you may need to tweak somethings, but it should work. Thanks, > >> >> > > >> >> > Signed-off-by: Josef Bacik > >> >> > >> >> Nope, seems to be the same problem: > >> >> > >> >> kjournald starting. Commit interval 5 seconds > >> >> EXT3-fs warning: mounting fs with errors, running e2fsck is recommended > >> >> EXT3 FS on loop0, internal journal > >> >> EXT3-fs: mounted filesystem with ordered data mode. > >> >> EXT3-fs error (device loop0): ext3_free_blocks: Freeing blocks in > >> >> system zones - Block = 16, count = 1 > >> >> EXT3-fs error (device loop0): ext3_free_blocks: Freeing blocks in > >> >> system zones - Block = 32, count = 1 > >> >> EXT3-fs error (device loop0): ext3_free_blocks: Freeing blocks not in > >> >> datazone - block = 262144, count = 1 > >> >> BUG: unable to handle kernel NULL pointer dereference at 0000000c > >> >> IP: [] journal_dirty_metadata+0xa0/0x160 > >> >> > >> >> Full log at http://folk.uio.no/vegardno/linux/log-1216304953.txt > >> >> > >> >> > >> > > >> > Ok, this should do it then. Thanks, > > -ENOLUCK > > EXT3-fs error (device loop0): ext3_free_blocks: Freeing blocks not in > datazone - block = 524288, count = 1 > EXT3-fs error (device loop0) in ext3_free_blocks_sb: IO failure > BUG: unable to handle kernel NULL pointer dereference at 0000000c > IP: [] journal_dirty_metadata+0xa0/0x160 > > It did seem to get further, though. > > http://folk.uio.no/vegardno/linux/log-1216306142.txt > Ok run dumpe2fs -h on your image and see if you have a line that says Errors behavior: Continue if you do run tune2fs -e remount-ro and then do the mount. That would explain why you are still having panics even though we should be aborting the journal. Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/