Re: 2.4.23 hard lock, 100% reproducible.

From: Keith Owens
Date: Sun Dec 07 2003 - 04:18:41 EST


On Sun, Dec 07, 2003 at 01:04:41AM -0800, Mark Symonds wrote:
> I'm not a kernel developer, but here goes:
> puggy:/usr/src/linux/2.4.23# addr2line c02363dd -e vmlinux
> ??:0

addr2line requires compiling with -g. You can also do
ksymoops -m /path/to/your/System.map -A c02363dd
which does not require a recompile.

-
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/