From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rwqja-0000uO-I7 for qemu-devel@nongnu.org; Mon, 13 Feb 2012 02:54:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwqjZ-0007RK-5d for qemu-devel@nongnu.org; Mon, 13 Feb 2012 02:54:02 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:42573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwqjY-0007R5-Vg for qemu-devel@nongnu.org; Mon, 13 Feb 2012 02:54:01 -0500 Received: by eekd17 with SMTP id d17so1821428eek.4 for ; Sun, 12 Feb 2012 23:53:59 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F38C18E.8040509@redhat.com> Date: Mon, 13 Feb 2012 08:53:50 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1328342577-25732-1-git-send-email-pbonzini@redhat.com> <1328342577-25732-23-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 22/27] qdev: access properties via QOM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 02/11/2012 04:46 PM, Blue Swirl wrote: > Program received signal SIGSEGV, Segmentation fault. > qdev_prop_set_chr (dev=0x1365580, name=0x6ed811 "chrB", value=0x0) > at /src/qemu/hw/qdev-properties.c:1142 > 1142 assert(value->label); > (gdb) bt > #0 qdev_prop_set_chr (dev=0x1365580, name=0x6ed811 "chrB", value=0x0) > at /src/qemu/hw/qdev-properties.c:1142 > #1 0x000000000048b484 in escc_init (base=0, irqA=0x12deb48, irqB=0x12deb60, > chrA=0x128ff60, chrB=0x0, clock=, it_shift=4) > at /src/qemu/hw/escc.c:698 > #2 0x00000000005ab173 in ppc_heathrow_init (ram_size=134217728, > boot_device=, kernel_filename=0x0, > kernel_cmdline=, > initrd_filename=, cpu_model=) > at /src/qemu/hw/ppc_oldworld.c:246 > #3 0x00000000004d9a8e in main (argc=, > argv=, envp=) > at /src/qemu/vl.c:3391 > > This is running qemu-system-sparc and qemu-system-ppc with no arguments. Will fix, thanks for reporting. Paolo