Re: 2.4.23 hard lock, 100% reproducible.

From: Mark Symonds
Date: Sun Dec 07 2003 - 05:03:15 EST



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

Excellent, this is alot easier. Should note that this
kernel is compiled without support for loadable modules.
Here goes:

-------------

puggy:/usr/src/linux/2.4.23# ksymoops -m ./System.map -A c02363dd
ksymoops 2.4.9 on i686 2.4.23. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.4.23/ (default)
-m ./System.map (specified)

Error (regular_file): read_ksyms stat /proc/ksyms failed
ksymoops: No such file or directory
No modules in ksyms, skipping objects
No ksyms, skipping lsmod


Adhoc c02363dd <tcp_print_conntrack+2d/60>


1 error issued. Results may not be reliable.
puggy:/usr/src/linux/2.4.23#

-------------

--
Mark

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