From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 20 May 2002 13:01:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 20 May 2002 13:01:05 -0400 Received: from holomorphy.com ([66.224.33.161]:43143 "EHLO holomorphy") by vger.kernel.org with ESMTP id ; Mon, 20 May 2002 13:01:05 -0400 Date: Mon, 20 May 2002 10:00:59 -0700 From: William Lee Irwin III To: "Todd R. Eigenschink" Cc: linux-kernel@vger.kernel.org Subject: Re: Re: kswapd OOPS under 2.4.19-pre8 (ext3, Reiserfs + (soft)raid0) Message-ID: <20020520170059.GA2046@holomorphy.com> Mail-Followup-To: William Lee Irwin III , "Todd R. Eigenschink" , linux-kernel@vger.kernel.org In-Reply-To: <200205160528.g4G5S631019167@sol.mixi.net> <15587.42492.25950.446607@rtfm.ofc.tekinteractive.com> <15592.62193.715212.569689@rtfm.ofc.tekinteractive.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: brief message Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: The Domain of Holomorphy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 20, 2002 at 07:58:25AM -0500, Todd R. Eigenschink wrote: > Since the particular snippet of code at the point of oops in the last > one I posted was P3-specified, I recompiled for 586. The oops remains > the same, although the call stack happens to be a lot longer this > time. I suspect the lowest parts of the call chain are being handed bad data. On Mon, May 20, 2002 at 07:58:25AM -0500, Todd R. Eigenschink wrote: > I'm going to run memtest86 on it for a while after it gets done with > its morning processing, although this failure seems a little too > consistent to be memory related. I hope I didn't say that. On Mon, May 20, 2002 at 07:58:25AM -0500, Todd R. Eigenschink wrote: > Trace; c0129b39 > Trace; c0139179 > Trace; c01b6f45 > Trace; c01c1c3c > Trace; c01c806a > Trace; c01c38ad > Trace; c01c8000 > Trace; c010a1e1 > Trace; c010a3d9 > Trace; c010c568 > Trace; c0154b07 > Trace; c0154c43 > Trace; c015279e > Trace; c0137497 > Trace; c0108a43 The __wake_up()/unlock_page() isn't the interesting part of the call chain, the parts from end_buffer_io_async() to ide_dma_intr() are. Any chance you can list them in gdb? Cheers, Bill