All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Steve Wise <swise@opengridcomputing.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Oops mystery
Date: Fri, 12 Jul 2013 12:48:16 -0400	[thread overview]
Message-ID: <20130712164816.GE1020@redhat.com> (raw)
In-Reply-To: <51E02545.7080106@opengridcomputing.com>

On Fri, Jul 12, 2013 at 10:48:21AM -0500, Steve Wise wrote:
 
 > So 'movb   $0x0,0xe(%rax,%rdx,1)' should be storing 0 into the byte 
 > location:
 > 
 > %rax + 0xe + (%rdx * 1) ==
 > 0x40fc+ 0xe + 0xffff8808b5500000 ==
 > 0xffff8808b5540fce.
 > 
 > That address is readable in the crash dump:
 > 
 > crash> x/8b 0x0000000000040fc0+0xe+0xffff8808b5500000
 > 0xffff8808b5540fce:     0x00    0x00    0x00    0x00    0x00 0x00    
 > 0x00    0x00
 > 
 > And why does the page fault show 0x40fc0 as the faulting address?  It 
 > should be 0xffff8808b5540fce and it shouldn't have caused a page fault.
 > 
 > What am I missing?

Random guess: Is that page marked read-only perhaps ?

	Dave


  reply	other threads:[~2013-07-12 16:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-12 15:48 Oops mystery Steve Wise
2013-07-12 16:48 ` Dave Jones [this message]
2013-07-12 16:53   ` Steve Wise
2013-07-12 17:00     ` Dave Jones
2013-07-12 17:08       ` Steve Wise
2013-07-12 17:14         ` Dave Jones
2013-07-12 19:24           ` Steve Wise

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=20130712164816.GE1020@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swise@opengridcomputing.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.