Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161337AbWHJP1y (ORCPT ); Thu, 10 Aug 2006 11:27:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161338AbWHJP1y (ORCPT ); Thu, 10 Aug 2006 11:27:54 -0400 Received: from smtp.osdl.org ([65.172.181.4]:5830 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1161337AbWHJP1x (ORCPT ); Thu, 10 Aug 2006 11:27:53 -0400 Date: Thu, 10 Aug 2006 08:27:49 -0700 From: Andrew Morton To: Jiri Slaby Cc: Valdis.Kletnieks@vt.edu, linux-kernel@vger.kernel.org Subject: Re: 2.6.18-rc3-mm2 - ext3 locking issue? Message-Id: <20060810082749.6b39a07b.akpm@osdl.org> In-Reply-To: <44DB1AF6.2020101@gmail.com> References: <20060806030809.2cfb0b1e.akpm@osdl.org> <200608091906.k79J6Zrc009211@turing-police.cc.vt.edu> <20060809130151.f1ff09eb.akpm@osdl.org> <200608092043.k79KhKdt012789@turing-police.cc.vt.edu> <200608100332.k7A3Wvck009169@turing-police.cc.vt.edu> <44DB1AF6.2020101@gmail.com> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2445 Lines: 55 On Thu, 10 Aug 2006 13:39:11 +0159 Jiri Slaby wrote: > Valdis.Kletnieks@vt.edu wrote: > > On Wed, 09 Aug 2006 16:43:20 EDT, Valdis.Kletnieks@vt.edu said: > > > >>> Usually this means that there's an IO request in flight and it got lost > >>> somewhere. Device driver bug, IO scheduler bug, etc. Conceivably a > >>> lost interrupt (hardware bug, PCI setup bug, etc). > > > >> Aug 9 14:30:24 turing-police kernel: [ 3535.720000] end_request: I/O error, dev fd0, sector 0 > > > > Red herring. yum just wedged again, this time with no reference to floppy drive. > > Same traceback. Anybody have anything to suggest before I start playing > > hunt-the-wumpus with a -mm bisection? > > Hmm, I have the accurately same problem... > yum + CFQ + BLK_DEV_PIIX + nothing odd in dmesg > > [ 3438.574864] yum D 00000000 0 21659 3838 > (NOTLB) > [ 3438.575098] e5c09d24 00000001 c180f5a8 00000000 e5c09ce0 c01683e8 > fe37c0bc 000002c4 > [ 3438.575388] 00001000 00000001 c18fbbd0 0023001f 00000007 f26cc560 > c1913560 fe4166d5 > [ 3438.575713] 000002c4 0009a619 00000001 f26cc66c c180ec40 c04ff140 > e5c09d14 c01fad44 > [ 3438.576039] Call Trace: > [ 3438.576113] [] io_schedule+0x26/0x30 > [ 3438.576187] [] sync_page+0x39/0x45 > [ 3438.576260] [] __wait_on_bit_lock+0x41/0x64 > [ 3438.576333] [] __lock_page+0x57/0x5f > [ 3438.576405] [] truncate_inode_pages_range+0x1b6/0x304 > [ 3438.576480] [] truncate_inode_pages+0x2f/0x40 > [ 3438.576553] [] ext3_delete_inode+0x29/0xf7 > [ 3438.576627] [] generic_delete_inode+0x65/0xe7 > [ 3438.576701] [] generic_drop_inode+0xbd/0x173 > [ 3438.576774] [] iput+0x6b/0x7b > [ 3438.576846] [] dentry_iput+0x68/0xb3 > [ 3438.576919] [] dput+0x4f/0x19f > [ 3438.576990] [] sys_renameat+0x1e0/0x212 > [ 3438.577063] [] sys_rename+0x28/0x2a > [ 3438.577135] [] syscall_call+0x7/0xb > Is yum the only process which was stuck in D state? If so, I'd still be expecting a device driver/iosched bug. If not, it's probably a vfs/fs deadlock. - 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/