Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127Ab0ACWtL (ORCPT ); Sun, 3 Jan 2010 17:49:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753068Ab0ACWtK (ORCPT ); Sun, 3 Jan 2010 17:49:10 -0500 Received: from hera.kernel.org ([140.211.167.34]:34627 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752783Ab0ACWtJ (ORCPT ); Sun, 3 Jan 2010 17:49:09 -0500 Message-ID: <4B411F14.1040302@kernel.org> Date: Mon, 04 Jan 2010 07:49:56 +0900 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 MIME-Version: 1.0 To: Hui Zhu CC: Russell King , saeed bishara , Catalin Marinas , Nicolas Pitre , Ralf Baechle , David Daney , Tomaso Paoletti , Chris Dearman , Paul Gortmaker , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Frederic Weisbecker , Alexey Dobriyan , Brian Gerst , Rusty Russell , Andrew Morton , Steven Rostedt , Greg Kroah-Hartman , "Paul E. McKenney" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Coly Li Subject: Re: [PATCH] stack2core: show stack message and convert it to core file when kernel die References: In-Reply-To: X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1955 Lines: 44 On 01/04/2010 12:05 AM, Hui Zhu wrote: > Hello, > > For, when the kernel die, the user will get some message like: > PC is at kernel_init+0xd4/0x104 > LR is at _atomic_dec_and_lock+0x48/0x6c > pc : [] lr : [] psr: 60000013 > sp : c7823fd8 ip : c7823f48 fp : c7823ff4 > Stack: (0xc7823fd8 to 0xc7824000) > 3fc0: 00000000 00000001 > Backtrace: > [] (kernel_init+0x0/0x104) from [] (do_exit+0x0/0x880) > This backtrace have some wrong message sometime and cannot get any > val. Of course, kdump can get more message. But it need do some a lot > of other config. > > The stack2core function, can let kernel show stack message when kernel > die. This stack message can be convert to core file by program s2c > (tools/s2c). Then gdb can show the message in this core file. FWIW, I love it. I used to have to match the assembly to the source code manually to find out which register and stack space meant what. This will be very helpful in decoding oops message, but I think that it would be far more useful if it uses the existing oops messages instead of adding extra messages. The new messages don't add any new information and the oops message is already quite long and scrolls off the screen on certain configurations. Adding new configuration option and making oops message longer will make acquiring the information quite more difficult. If implementing parsing of oops message in C is too awkward (unsurprising at all), maybe implementing a converter in perl or python is the easiest way so that it takes the oops message and puts out well formatted input for the s2c program? thanks. -- tejun -- 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/