Re: debug of a kernel panic leading nowhere...

From: Keith Owens (kaos@ocs.com.au)
Date: Thu Jul 26 2001 - 10:41:38 EST


On Wed, 25 Jul 2001 21:57:18 -0400,
"Gerald Walden" <thepond@charter.net> wrote:
>During the rmmod of a fairly simple driver, I get a kernel
>panic which crashes the system. I believe I have taken all
>the proper steps to attempt to debug the problem to no
>avail.
>perhaps there is a more appropriate list that I should be
>sending this to) would greatly be appreciated.
>before <1>Unable to handle kernel paging request at virtual
>address 5a5a5a5e

That bit pattern indicates an attempt to access storage that has been
freed and poisoned by the slab cache.

>>>EIP; c482424a <__module_parm_watchdog+4fd2/????> <=====
>Trace; c482777b <END_OF_CODE+8503/????>
>Trace; c482779d <END_OF_CODE+8525/????>
>Trace; c482190f <__module_parm_watchdog+2697/????>
>Trace; c4854c20 <END_OF_CODE+359a8/????>

At the time the oops occurred, the module symbols had already been
removed. You need to run ksymoops against ksyms and lsmod data from
*before* the rmmod. man insmod, see ksymoops assistance, in particular
directory /var/log/ksymoops. Run ksymoops against the symbols saved
after the module was loaded.

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



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:00:27 EST