All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kip.macy@gmail.com>
To: xen-devel@lists.sourceforge.net, Peter Joanes <pjoanes@hotmail.com>
Subject: Re: Reproducible system crash
Date: Wed, 16 Mar 2005 11:35:46 -0800	[thread overview]
Message-ID: <b1fa291705031611354d20b68e@mail.gmail.com> (raw)
In-Reply-To: <240b7ae935630db1625e232e965650a4@cl.cam.ac.uk>

Real men don't use debuggers ;-) but for those of us who do:

gdb vmlinux 
(gdb) x/i 0xc01099a 

will do the same thing. If you have symbols compiled in, you can also do :

(gdb) info line *0xc01099a 

and get the exact line of C code.

  -Kip

> The stack backtrace also indicates that the code at address 0xc010990a
> in XenLinux may also be interesting (that is the code point that caused
> the crash).
> 'objdump -d vmlinux' and then grep the output for that address....
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  parent reply	other threads:[~2005-03-16 19:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16 16:08 Reproducible system crash Ian Pratt
2005-03-16 16:22 ` Keir Fraser
2005-03-16 18:39   ` Peter Joanes
2005-03-16 18:39     ` Peter Joanes
2005-03-16 18:55       ` Keir Fraser
2005-03-17 12:33         ` Peter Joanes
2005-03-17 12:33           ` Peter Joanes
2005-03-17 13:17             ` Keir Fraser
2005-03-16 19:35   ` Kip Macy [this message]
2005-03-16 18:00 ` Peter Joanes
2005-03-16 18:00   ` Peter Joanes
2005-03-16 18:20     ` Keir Fraser
2005-03-16 19:07       ` Peter Joanes
2005-03-16 19:07         ` Peter Joanes
     [not found] <A95E2296287EAD4EB592B5DEEFCE0E9D1E36A2@liverpoolst.ad.cl.cam.ac.uk>
2005-03-16 14:29 ` Peter Joanes
2005-03-16 14:29   ` Peter Joanes
  -- strict thread matches above, loose matches on Subject: below --
2005-03-15 16:44 Ian Pratt
2005-03-15 16:04 Ian Pratt
2005-03-15 16:30 ` Peter Joanes
2005-03-15 16:30   ` Peter Joanes
2005-03-15 14:36 Peter Joanes
2005-03-15 14:36 ` Peter Joanes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b1fa291705031611354d20b68e@mail.gmail.com \
    --to=kip.macy@gmail.com \
    --cc=pjoanes@hotmail.com \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.