From: Keith Owens <kaos@ocs.com.au>
To: "Gerald Walden" <thepond@charter.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: debug of a kernel panic leading nowhere...
Date: Fri, 27 Jul 2001 01:41:38 +1000 [thread overview]
Message-ID: <22993.996162098@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Wed, 25 Jul 2001 21:57:18 -0400." <20010726015721Z267509-720+6404@vger.kernel.org>
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.
prev parent reply other threads:[~2001-07-26 15:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-26 1:57 debug of a kernel panic leading nowhere Gerald Walden
2001-07-26 2:40 ` Andrew Morton
2001-07-26 15:41 ` Keith Owens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=22993.996162098@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=thepond@charter.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox