question about oops and panic

Christopher Harvey chris at basementcode.com
Mon Aug 29 09:49:27 EDT 2011


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.



More information about the Kernelnewbies mailing list