From: Peter Zijlstra <peterz@infradead.org>
To: Samson Yeung <samson@editshare.com>
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: Kernel oops - help interpreting partial trace info
Date: Mon, 03 Jan 2011 10:02:49 +0100 [thread overview]
Message-ID: <1294045369.2016.35.camel@laptop> (raw)
In-Reply-To: <AANLkTim6Ac51K+31M9miS1apq7=B2a+pPXZuUy+V0UkB@mail.gmail.com>
On Thu, 2010-12-30 at 08:35 -0800, Samson Yeung wrote:
> Code: 00 44 8b 15 23 76 68 00 45 85 d2 74 32 48 8b 50 08 8b 5a 18 48
> 8b 90 90 06 00 00 48 8b 4a 50 48 85 c9 74 1b 48 63 db 48 8b 51 20 <48>
> 03 14 dd 00 fb 74 81 4c 01 32 48 8b 49 58 48 85 c9 75 e8 48
> All code
> ========
> 0: 00 44 8b 15 add %al,0x15(%rbx,%rcx,4)
> 4: 23 76 68 and 0x68(%rsi),%esi
> 7: 00 45 85 add %al,-0x7b(%rbp)
> a: d2 (bad)
> ...
>
> Should (bad) ever be output by decodecode?
Don't think so, my guess is the decoder started at a non ins boundary
and got confused. "85 d2" is "test %edx, %edx" and is something that
occurs quite frequently in the code. The following 74 is "je", which
makes sense after a "test".
"8b 15 xx xx xx xx" is "movl xx,%edx"
That however does leave us with a 45 unexplained, that's usually part of
a mem argument, its x(%ebp) like stuff.
Dunno really..
prev parent reply other threads:[~2011-01-03 9:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 16:35 Kernel oops - help interpreting partial trace info Samson Yeung
2011-01-03 9:02 ` Peter Zijlstra [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294045369.2016.35.camel@laptop \
--to=peterz@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=samson@editshare.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox