/var/log/ksymoops. man insmod and look for ksymoops assistance.
>The `klogd -x' problem has been with us for *years* and
>distributors still persist in turning it on.
Tell me about it :(.
>It assumes too much. Arjan has a kksymoops thingy which does the symbol
>resolution at crash-time.
It can only get symbols that are in /proc/ksyms, i.e. the exported
symbols. Proper crash analysis needs the full symbol table.
>It also
>handles the common case where the running vmlinux/System.map/etc no longer
>exist.
So does ksymoops, with reduced detail because it only has exported
symbols.
>I would prefer that all this become easier, simpler and more reliable.
>We need a damn good reason for deprecating statically linked kernels
>and certainly none has been presented yet.
That is a different problem. Saying that modular kernels cause
problems for debugging is not a good enough reason to deprecate modular
kernels, all the problems have been solved.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/