From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNj2c-0006ue-3c for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:36:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNj2a-0000QU-Pc for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:36:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNj2a-0000QP-Dd for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:36:28 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA8AaRvm032142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Nov 2011 05:36:27 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-45.ams2.redhat.com [10.36.116.45]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pA8AaO7k006957 for ; Tue, 8 Nov 2011 05:36:25 -0500 Message-ID: <4EB90626.7050705@redhat.com> Date: Tue, 08 Nov 2011 11:36:22 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] pseries segfault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, qemu-system-ppc64 segfaults with todays git master: $ qemu-img create -f qcow2 empty.img 1G Formatting 'empty.img', fmt=qcow2 size=1073741824 encryption=off cluster_size=65536 $ /home/kraxel/projects/qemu/build-default/ppc64-softmmu/qemu-system-ppc64 -M pseries -m 1024 -nodefaults -serial vc:100Cx50C -hda empty.img sPAPR reset Segmentation fault (core dumped) Program terminated with signal 11, Segmentation fault. #0 spapr_populate_pci_devices (phb=0x3d4219cf38, xics_phandle=4369, fdt=0x22ba620) at /home/kraxel/projects/qemu/hw/spapr_pci.c:368 368 uint32_t interrupt_map[bus->nirq][7]; (gdb) bt #0 spapr_populate_pci_devices (phb=0x3d4219cf38, xics_phandle=4369, fdt=0x22ba620) at /home/kraxel/projects/qemu/hw/spapr_pci.c:368 #1 0x0000000000599228 in spapr_finalize_fdt (opaque=0x1ccf390) at /home/kraxel/projects/qemu/hw/spapr.c:340 #2 spapr_reset (opaque=0x1ccf390) at /home/kraxel/projects/qemu/hw/spapr.c:381 #3 0x00000000004cd312 in qemu_system_reset (report=false) at /home/kraxel/projects/qemu/vl.c:1381 #4 0x00000000004ce93b in main (argc=, argv=, envp=) at /home/kraxel/projects/qemu/vl.c:3452 (gdb) print bus $1 = (PCIBus *) 0x0