From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwJev-0001YL-DD for qemu-devel@nongnu.org; Wed, 24 Aug 2011 16:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwJeu-0000Cz-4l for qemu-devel@nongnu.org; Wed, 24 Aug 2011 16:02:45 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:57007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwJeu-0000CM-0k for qemu-devel@nongnu.org; Wed, 24 Aug 2011 16:02:44 -0400 Received: by qyk31 with SMTP id 31so3329718qyk.4 for ; Wed, 24 Aug 2011 13:02:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4E55583C.5040407@redhat.com> References: <4E54C730.1010602@redhat.com> <4E55465B.2000708@redhat.com> <4E55583C.5040407@redhat.com> From: Blue Swirl Date: Wed, 24 Aug 2011 20:02:23 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] PPC* and Sparc32 crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel On Wed, Aug 24, 2011 at 7:59 PM, Avi Kivity wrote: > On 08/24/2011 10:43 PM, Blue Swirl wrote: >> >> On Wed, Aug 24, 2011 at 6:43 PM, Avi Kivity =C2=A0wrote: >> > =C2=A0On 08/24/2011 08:48 PM, Blue Swirl wrote: >> >> >> >> =C2=A0$ ./obj-amd64/sparc-softmmu/qemu-system-sparc >> >> =C2=A0qemu-system-sparc: /src/qemu/hw/sysbus.c:156: >> >> =C2=A0sysbus_register_withprop: Assertion `info->qdev.size>=3D >> >> =C2=A0sizeof(SysBusDevice)' failed. >> >> =C2=A0Aborted >> > >> > =C2=A0Doesn't reproduce on e8906f3 - I get a boot loader prompt. >> >> Still happens here, e8906f3. > > Backtrace? [Thread debugging using libthread_db enabled] [New Thread 0x7ffff0ab7700 (LWP 15515)] qemu-system-sparc: /src/qemu/hw/sysbus.c:156: sysbus_register_withprop: Assertion `info->qdev.size >=3D sizeof(SysBusDevice)' failed. Program received signal SIGABRT, Aborted. 0x00007ffff3da2165 in *__GI_raise (sig=3D) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. in ../nptl/sysdeps/unix/sysv/linux/raise.c (gdb) bt #0 0x00007ffff3da2165 in *__GI_raise (sig=3D) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007ffff3da4f70 in *__GI_abort () at abort.c:92 #2 0x00007ffff3d9b2b1 in *__GI___assert_fail ( assertion=3D0x5c7650 "info->qdev.size >=3D sizeof(SysBusDevice)", file=3D, line=3D0x9c, function=3D0x5c7680 "sysbus_register_withprop") at assert.c:81 #3 0x000000000052e280 in sysbus_register_withprop (info=3D) at /src/qemu/hw/sysbus.c:156 #4 0x000000000041de13 in module_call_init (type=3D) at /src/qemu/module.c:78 #5 0x0000000000518fb4 in main (argc=3D, argv=3D, envp=3D) at /src/qemu/vl.c:3241