From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5Ret-0007Po-3s for qemu-devel@nongnu.org; Sat, 16 May 2009 17:43:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5Res-0007PR-2g for qemu-devel@nongnu.org; Sat, 16 May 2009 17:43:06 -0400 Received: from [199.232.76.173] (port=54379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5Rer-0007PN-Pt for qemu-devel@nongnu.org; Sat, 16 May 2009 17:43:05 -0400 Received: from qw-out-1920.google.com ([74.125.92.148]:47062) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5Rer-0005Ne-CG for qemu-devel@nongnu.org; Sat, 16 May 2009 17:43:05 -0400 Received: by qw-out-1920.google.com with SMTP id 4so1723936qwk.4 for ; Sat, 16 May 2009 14:43:04 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 16 May 2009 14:43:03 -0700 Message-ID: <3c2bf46d0905161443g7d441957pd45697c85a0a56c7@mail.gmail.com> From: Gabriel Southern Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Segmentation fault in qemu-system-sparc List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I am getting a segmentation fault when I run qemu-system-sparc. I think it is caused by a change after 6c7f4b47f778258493744a690bfc8dbbb7d21f69 on 5/13 because if I reset to that commit the segmentation fault does not occur. The segmentation fault occurs during OS boot when the network interface is being configured: Setting up networking.... Configuring network interfaces...Segmentation fault The last function call I can see with gdb is: #1 0x0000000000426fb7 in pcnet_init () at qemu/hw/pcnet.c:876 876 s->phys_mem_read(s->dma_opaque, PHYSADDR(s,CSR_IADR(s)), Also my host system is CentOS 5.2 x86_64. If anyone knows what the problem is or has questions/suggestions for fixing it please let me know. Thanks, -Gabriel