Re: oops tracing

Keith Owens (kaos@ocs.com.au)
Wed, 21 Oct 1998 03:04:21 +1000


On Tue, 20 Oct 1998 15:19:24 +0200,
Guest <guest@manjak.knm.org.pl> wrote:
>I've got on simple question. What the underlined value means:
>kernel: EIP: 0010:[oops:_oops+16/3868]
> ^^^^^^^

First value is offset from the start of the "function", second is the
size of the "function". I say "function" because ksymoops just finds
the nearest external symbol and assumes that it is a function. Usually
it is correct.

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