[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: debugging kernel OOPS
HI
On Tue, Jun 3, 2008 at 7:17 PM, Manish Katiyar <mkatiyar@xxxxxxxxx> wrote:
> Hi,
>
> I am reading the following article
> http://kerneltrap.org/Linux/Further_Oops_Insights and the below
> snippet is from there. My question is what are the values
> in first two columns.
> ................
> ...............
> 22: 31 c9 xor %ecx,%ecx
> 24: 89 c3 mov %eax,%ebx
> 26: 8b 42 08 mov 0x8(%edx),%eax
> 29: 89 f2 mov %esi,%edx
> 2b:* 89 43 04 mov %eax,0x4(%ebx) <-- trapping
> instruction
> 2e: 89 d8 mov %ebx,%eax
> 30: c7 04 24 0e 00 00 00 movl [mid=567425]xe,(%esp)
> 37: e8 85 f0 ff ff call 0xfffff0c1
1st: offset from the beginning of the function (or symbol name)
2nd: original opcode (machine code) in hex
regards,
Mulyadi.
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ