Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Nov 2002 08:20:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Nov 2002 08:20:14 -0500 Received: from tmr-02.dsl.thebiz.net ([216.238.38.204]:269 "EHLO gatekeeper.tmr.com") by vger.kernel.org with ESMTP id ; Thu, 28 Nov 2002 08:20:13 -0500 Date: Thu, 28 Nov 2002 08:26:16 -0500 (EST) From: Bill Davidsen To: Alan Cox cc: Linux-Kernel Mailing List Subject: Re: 2.4.20-rc4-ac1 SiS IDE driver troubles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1019 Lines: 24 On Wed, 27 Nov 2002, Alan Cox wrote: > > After booting and initscripts I get some kind of error like a BUG() but > > I can't see what it is because it scrolls off with repeated "unable to > > handle kernel paging request" messages. The first error shows a stack trace > > (briefly) but all the rest just show the offsets without the text. > > Stick a while(1); at the end of the stack dump code and you should get > jus tthe first oops you can read You may want to block interrupts as well, I've used this trick (given by akpm) before, and sometimes whatever is wrong will generate a double panic on interrupt shortly after the first OOPS output. -- bill davidsen CTO, TMR Associates, Inc Doing interesting things with little computers since 1979. - 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/