From: Andrew Morton <akpm@zip.com.au>
To: Stefan Frank <sfr@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2nd Oops] 2.4.17, looks ext3 related
Date: Sun, 06 Jan 2002 16:58:38 -0800 [thread overview]
Message-ID: <3C38F2BE.EF5E5DA3@zip.com.au> (raw)
In-Reply-To: <20020106224633.GA725@asterix>
Stefan Frank wrote:
>
> Some more oopses occured this evening after a strange behaviour:
>
> A few hours ago i noticed that the system load was stable around 1, but
> according to top no process was responsible. I just ignored it but
> then vim got stuck when quitting it inside a xterm. What followed were 3
> oopses of different processes (see ksymoops decoding below).
>
> Somewhere between the 2nd and the 3rd oops (i'm NOT exactly shure when) the
> system load went up to around 7. Again no, process seemed responsible.
The system load goes up by one for each process which is stuck on
a semaphore. You have lots of processes stuck on a semaphore because
a process took an oops with a semaphore held, and killed itself
without releasing the semaphore.
> Jan 6 19:58:46 asterix kernel: printing eip:
> Jan 6 19:58:46 asterix kernel: c012ea98
> Jan 6 19:58:46 asterix kernel: Oops: 0000
> Jan 6 19:58:46 asterix kernel: CPU: 0
> Jan 6 19:58:46 asterix kernel: EIP: 0010:[get_hash_table+104/144]
We appear to not have the faulting address. And because klogd attempted
to interpret the oops, we don't have the instruction decode which would
allow us to work out the faulting address.
Please. edit /etc/rc.d/init.f/syslog (or equivalent) and ensure that
klogd is launched with the `-x' option:
daemon klogd -x $KLOGD_OPTIONS
Once this is done, your logs will be ksymoops-friendly.
So. Why did it oops? Don't know. The buffercache hashtable has
become corrupted. Could be bad memory, could be some part of the
kernel (any part) scribbled on memory. And the latter is one of
the very hardest bugs to find.
-
prev parent reply other threads:[~2002-01-07 1:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-06 22:46 [2nd Oops] 2.4.17, looks ext3 related Stefan Frank
2002-01-07 0:58 ` Andrew Morton [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=3C38F2BE.EF5E5DA3@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@gmx.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