Re: [2.3.11-pre6]: OOPS in swap_out

Keith Owens (kaos@ocs.com.au)
Wed, 21 Jul 1999 10:48:16 +1000


On Wed, 21 Jul 1999 05:16:50 +1000,
Benjamin Redelings I <bredelin@ucsd.edu> wrote:
>BTW, ksymoops seems to be fighting with klogd to interpret the
>symbols? The OOPS report seems to be correct, but ksymoops has EIP=0?

EIP: 0010:[swap_out+95/220]

The problem is that klogd stamps on the log entries before ksymoops
even sees them, klogd removes critical information. Either start klogd
with the -x option (do not resolve oops in klogd) or apply patch

ftp://ftp.ocs.com.au/pub/ksymoops/patch-sysklogd-1-3-31-ksymoops-1.gz

The latter patch doubles up the output lines, you get one set with
klogd's symbol conversion and one set with raw data for ksymoops to
use.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/