From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6641-0002EL-7Z for qemu-devel@nongnu.org; Mon, 18 May 2009 12:51:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M663w-00029B-Hz for qemu-devel@nongnu.org; Mon, 18 May 2009 12:51:44 -0400 Received: from [199.232.76.173] (port=35182 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M663w-000292-EV for qemu-devel@nongnu.org; Mon, 18 May 2009 12:51:40 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:53489) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M663v-0001QO-W5 for qemu-devel@nongnu.org; Mon, 18 May 2009 12:51:40 -0400 Received: by fxm19 with SMTP id 19so3166918fxm.34 for ; Mon, 18 May 2009 09:51:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <3c2bf46d0905161443g7d441957pd45697c85a0a56c7@mail.gmail.com> References: <3c2bf46d0905161443g7d441957pd45697c85a0a56c7@mail.gmail.com> Date: Mon, 18 May 2009 19:51:38 +0300 Message-ID: Subject: Re: [Qemu-devel] Segmentation fault in qemu-system-sparc From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gabriel Southern , Paul Brook Cc: qemu-devel@nongnu.org On 5/17/09, Gabriel Southern wrote: > 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. I bisected this to 9d07d7579bcaf01e05c511c63d091ed2ac310091 "PCI network qdev conversion", but I don't see any problems with the pcnet.c part of the commit. Paul?