Re: 2.5.63 accesses below %esp (was: Re: ntfs OOPS (2.5.63))

Linus Torvalds (torvalds@transmeta.com)
Wed, 12 Mar 2003 10:33:38 -0800 (PST)


On Wed, 12 Mar 2003, Szakacsits Szabolcs wrote:
>
> The Code part of the Oops shows what's after EIP (i386). It's also
> important (if not more) what's before. I fail to see the difficulties
> to add this feature (or was it dropped?), ksymoops should handle it.

The difficulty is finidng the right instruction boundary. It's basically
impossible.

If you want to get the instructions before that point, just use

gdb vmlinux

and disassemble it by hand. Because the kernel _cannot_ do it reliably.

Linus

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