All of lore.kernel.org
 help / color / mirror / Atom feed
From: chris@basementcode.com (Christopher Harvey)
To: kernelnewbies@lists.kernelnewbies.org
Subject: question about oops and panic
Date: Mon, 29 Aug 2011 08:49:27 -0500	[thread overview]
Message-ID: <7b4b1cba8f2d881976192c49c6fc1a9b@basementcode.com> (raw)
In-Reply-To: <CAOXENUgt1dk4qQwiuR6JO867Saw=q+oZW+V-dGUSjn5=fQSAWg@mail.gmail.com>

On Mon, 29 Aug 2011 01:19:00 +0800, Parmenides wrote:
> Hi,
>
[snip]
>
> Aug 29 00:58:45 lfs kernel: Call Trace:
> Aug 29 00:58:45 lfs kernel:  [<c100112d>] ? 
> do_one_initcall+0x44/0x120
> Aug 29 00:58:45 lfs kernel:  [<c10517ce>] ? 
> sys_init_module+0xa7/0x1d9
> Aug 29 00:58:45 lfs kernel:  [<c138d49d>] ? syscall_call+0x7/0xb
>
> ... ... ...
>
> I wonder what is the meaning of the tow numbers after a function 
> name.
>

You can use objdump -dSl foo.ko to get the exact line that failed. Look 
at the left hand column of the dump and match it with the first hex 
number in your trace. The objdump command may take a while if your 
module is large. Obviously you'll need debugging symbols built into the 
ko.

      parent reply	other threads:[~2011-08-29 13:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 17:19 question about oops and panic Parmenides
2011-08-29 10:51 ` anish singh
2011-08-29 11:01   ` Mandeep Sandhu
2011-08-29 11:05     ` anish singh
2011-08-29 11:14   ` sandeep kumar
2011-08-29 11:01 ` Stratos Psomadakis
2011-08-29 13:49 ` Christopher Harvey [this message]

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=7b4b1cba8f2d881976192c49c6fc1a9b@basementcode.com \
    --to=chris@basementcode.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /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.