Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2018 01:25:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228056] powerpc64: MCE on POWER9 machine (AC922)
Message-ID:  <bug-228056-227-BxHooGdLGK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228056-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228056-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228056

--- Comment #1 from Breno Leitao <breno.leitao@gmail.com> ---
I was able to reproduce this problem on different address also:

5870f0:       7c 69 58 2a     ldx     r3,r9,r11

db> print $r9
    2500
db> print $r11
c00003ffffd90000


I am able to access memory mapped by r11, but not by r11+r9:

db> x 0xc00003ffffd90000
0xc00003ffffd90000:     c00003ff

db> x 0xC00003FFFFD92500
0xc00003ffffd92500 (halts)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228056-227-BxHooGdLGK>