From: Eric Sandeen Subject: Re: Weird filesystem corruption from wayland / radeon / chromium Date: Thu, 15 Nov 2012 16:01:25 -0600 Message-ID: <50A56635.20408@redhat.com> References: <20120903220213.GE19158@chaosreigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-ext4@vger.kernel.org To: darxus@chaosreigns.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42028 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751142Ab2KOWBh (ORCPT ); Thu, 15 Nov 2012 17:01:37 -0500 In-Reply-To: <20120903220213.GE19158@chaosreigns.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On 9/3/12 5:02 PM, darxus@chaosreigns.com wrote: > [732715.730069] EXT4-fs error (device sda1): ext4_ext_search_left:1275: inode #21374007: comm flush-8:0: ix (10742) != EXT_FIRST_INDEX (0) > [ 496.347230] EXT4-fs error (device sda1): ext4_ext_search_left:1275: inode #21374007: comm flush-8:0:ix (10742) != EXT_FIRST_INDEX (0) > > Same search_left... argument? Same inode? > > $ sudo find . -inum 21374007 -print > ./home/darxus/.cache/chromium/Default/Cache/data_3 If you are still running into this, could you also do: debugfs -R "dump_extents <21374007>" /dev/sda1 and send me and/or the list the result of that? Thanks, -Eric