On Tue, Oct 01, 2002 at 01:08:27PM +0200, Yildiz, Murat wrote: > what to do if the eip number after a crash is not listed within "ksyms > -a".
I'd ask the kernel mailing list. The instruction pointer probably won't coincide exactly with a symbol, of course. > What does "not tainted" mean? Does this point to a kernel bug? No. "Not tainted" means that you haven't loaded any non-GPL-compatible kernel modules. Kernel developers will often refuse to debug problems from tainted kernels, since for instance they might end up needing to inspect the (inaccessible) source to binary-only modules. In other words, don't worry about it. -- Colin Watson [[EMAIL PROTECTED]] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

