Re: panic in bttv_risc_planar

From: Martin J. Bligh
Date: Fri Dec 26 2003 - 23:30:11 EST


> I'm not familiar with addr2line :-(
> I was trying this command line(the result is below):
> //usr/src/linux-2.6.0 $ addr2line -e ./vmlinux 320
> ??:0
>
> I obtain the same result if i use 0x140 instead of 320 (320 is decimal
> for 0x140)

"addr2line -e ./vmlinux 0xc0333f60" if I recall correctly
(the full address, not the offset within the function). Might not need
the 0x in front.

But I think maybe Linus already told you what it is ;-)

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/