All of lore.kernel.org
 help / color / mirror / Atom feed
* Debugging the linux kernel core dump
@ 2011-08-05  5:12 Akash
  2011-08-05  5:19 ` amit mehta
  0 siblings, 1 reply; 7+ messages in thread
From: Akash @ 2011-08-05  5:12 UTC (permalink / raw)
  To: kernelnewbies

Hello,

I have a core dump from following machine :
<http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies>
# uname -a
Linux sing-vto2-dst 2.6.34.8-0.2-desktop #1 SMP PREEMPT 2011-04-06 18:11:26
+0200 x86_64 x86_64 x86_64 GNU/Linux

I have opened this core in gdb

# gdb vmlinux-2.6.34.8-0.2-desktop kernel.core0
GNU gdb 6.6 (build 2009-10-05)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
(no debugging symbols found)
Program terminated with signal 11, Segmentation fault.
#0  0xffffffff8100ba60 in default_idle ()


How can I add symbols to gdb ?
When I try to add symbols from System.map I get following error :

(gdb) add-symbol-file System.map-2.6.34.8-0.2-desktop
The address where System.map-2.6.34.8-0.2-desktop has been loaded is missing


At what address should the System.map be added ? How can I find out that
address ?

Thanks for any help.

Akash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110804/4edac619/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-06 17:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-05  5:12 Debugging the linux kernel core dump Akash
2011-08-05  5:19 ` amit mehta
2011-08-05  5:23   ` Akash
2011-08-05  6:46     ` amit mehta
2011-08-06  4:23     ` Mulyadi Santosa
2011-08-06  5:06       ` Akash
2011-08-06 17:50         ` Mulyadi Santosa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.