Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762825AbYAHRIV (ORCPT ); Tue, 8 Jan 2008 12:08:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753407AbYAHRIJ (ORCPT ); Tue, 8 Jan 2008 12:08:09 -0500 Received: from mx2.suse.de ([195.135.220.15]:47941 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752909AbYAHRIH (ORCPT ); Tue, 8 Jan 2008 12:08:07 -0500 To: Linus Torvalds Cc: Kevin Winchester , "J. Bruce Fields" , Al Viro , Arjan van de Ven , Linux Kernel Mailing List , Andrew Morton , NetDev Subject: Re: Top 10 kernel oopses for the week ending January 5th, 2008 From: Andi Kleen References: <477FF149.4070609@linux.intel.com> <20080105213935.GN27894@ZenIV.linux.org.uk> <20080107174431.GC27741@fieldses.org> <4782CF9C.6000508@gmail.com> Date: Tue, 08 Jan 2008 18:08:04 +0100 In-Reply-To: (Linus Torvalds's message of "Mon\, 7 Jan 2008 19\:26\:12 -0800 \(PST\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 33 Linus Torvalds writes: > > I usually just compile a small program like Just use scripts/decodecode and cat the Code line into that. > particularly good way to do it, and the old "ksymoops" program used to do > a pretty good job of this, but I'm used to that particular idiotic way > myself, since it's how I've basically always done it) > > After that, you still need to try to match up the assembly code with the > source code and figure out what variables the register contents actually > are all about. You can often try to do a > > make the/affected/file.s IMHO better is make the/file/xyz.lst which gives you a listing with binary data in there which can be grepped for. But you should install a very recent binutils because older objdump -S couldn't deal with unit-at-a-time compilers. -Andi -- 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/