Re: oops tracing

David Woodhouse (David.Woodhouse@mvhi.com)
Tue, 20 Oct 1998 18:44:45 +0100


guest@manjak.knm.org.pl said:
> I've got on simple question. What the underlined value means:
> kernel: EIP: 0010:[oops:_oops+16/3868]
> ^^^^^^^
> I mean those two numbers ? Are they some sort of offsets or something
> ?

It shows how far through the routine the oops happened.

In this case, the size of the "_oops" routine appears to be 0x3868 bytes, and
the oops occurred 0x16 bytes into the routine.

Note that the estimate of the routine length may be inaccurate - it's in fact
the distance between the start of the routine and the next known symbol. If
there's stuff in between that isn't globally labelled, it may screw the
estimate.

---- ---- ----
David Woodhouse David.Woodhouse@mvhi.com Office: (+44) 1223 810302
Project Leader, Process Information Systems Mobile: (+44) 976 658355
Axiom (Cambridge) Ltd., Swaffham Bulbeck, Cambridge, CB5 0NA, UK.
finger dwmw2@ferret.lmh.ox.ac.uk for PGP key.

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