From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57033 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEQPL-0007SS-W4 for qemu-devel@nongnu.org; Fri, 05 Nov 2010 13:49:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEQPK-0006AW-DU for qemu-devel@nongnu.org; Fri, 05 Nov 2010 13:48:59 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:38266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEQPK-0006A0-9M for qemu-devel@nongnu.org; Fri, 05 Nov 2010 13:48:58 -0400 Received: by qwf6 with SMTP id 6so2694565qwf.4 for ; Fri, 05 Nov 2010 10:48:57 -0700 (PDT) MIME-Version: 1.0 From: Artyom Tarasenko Date: Fri, 5 Nov 2010 18:48:36 +0100 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [sparc] Unassigned mem read access on writing? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Blue Swirl Trying to boot Solaris 2.1 I get the following error message: Unassigned mem read access of 1 byte to ffffffffffff0768 from f0014768 qemu: fatal: Trap 0x29 while interrupts disabled, Error state pc: f0014768 npc: f001476c Looks like a read access to a non-mapped memory (the NF-bit is 0). But where can it happen? The code: 0xf001475c: mov 0x200, %o4 => 0xf0014760: lda [ %o4 ] #ASI_N, %o3 0xf0014764: sta %o2, [ %o4 ] #ASI_N 0xf0014768: sta %g0, [ %o0 ] (3) 0xf001476c: cmp %o2, %o3 0xf0014770: bne 0xf001477c End of assembler dump. (gdb) stepi 0xf0014764 in ?? () (gdb) info registers o2 o2 0x28a 650 (gdb) stepi Remote connection closed (gdb) Any ideas how to debug? -- Regards, Artyom Tarasenko solaris/sparc under qemu blog: http://tyom.blogspot.com/