Re: lot's of oops's on 2.4.4 in d_lookup/cached_lookup

Alexander Viro (viro@math.psu.edu)
Wed, 23 May 2001 14:49:33 -0400 (EDT)


On Wed, 23 May 2001, Neulinger, Nathan wrote:

> I've got a system monitoring box, running 2.4.4 with a few patches (ide,
> inode-nr_unused, max-readahead, knfsd, and a couple of basic tuning opts w/o
> code changes). Basically, the server runs anywhere from a few hours to a few
> days, but always seems to get to a point where it gets tons of the following
> type of oops. It is almost ALWAYS in d_lookup. It's not always the same
> script, but generally is one of a set of scripts that get run repeatedly
> every few minutes. check-all is a shell script that just runs a set of local
> commands (/local/sysmon/check-XXXX.pl hostname args).
>
> The machine is running afs, but the call traces don't appear to be in afs
> code.
>
> Any ideas on what might be causing this?

Anything that corrupts dcache and/or memory. d_lookup() is the place where
and dcache corruption (regardless of its origins) will show up - here you
walk long lists, so its chances of being the first function to hit the
screwed stuff are pretty high.

Most likely you are looking at the results of earlier event, so chances of
seeing it in the stack trace are very low.

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