From mboxrd@z Thu Jan 1 00:00:00 1970 From: Conor Murphy Subject: Re: qemu-kvm crash with Date: Thu, 24 Mar 2011 13:38:56 +0000 (UTC) Message-ID: References: <20110324120310.GD32408@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:40625 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027Ab1CXNjJ (ORCPT ); Thu, 24 Mar 2011 09:39:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q2kkm-0006rQ-6e for kvm@vger.kernel.org; Thu, 24 Mar 2011 14:39:08 +0100 Received: from 95.45.199.134 ([95.45.199.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2011 14:39:08 +0100 Received: from conor_murphy_virt by 95.45.199.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2011 14:39:08 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Built with --enable-debug Running under gdb gives (gdb) where #0 0x0000003d6da330c5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x0000003d6da34a76 in abort () at abort.c:92 #2 0x0000003d6da6fcfb in __libc_message (do_abort=2, fmt=0x3d6db5ea98 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:186 #3 0x0000003d6da76d63 in malloc_printerr (av=, p=0x7fa24c0009f0, have_lock=0) at malloc.c:6283 #4 _int_free (av=, p=0x7fa24c0009f0, have_lock=0) at malloc.c:4795 #5 0x00000000004a18fe in qemu_vfree (ptr=0x7fa24c000a00) at oslib-posix.c:76 #6 0x000000000045af3d in handle_aiocb_rw (aiocb=0x7fa2dc034cd0) at posix-aio-compat.c:301 #7 0x000000000045b09a in aio_thread (unused=0x0) at posix-aio-compat.c:341 #8 0x0000003d6e206ccb in start_thread (arg=0x7fa2e1654700) at pthread_create.c:301 #9 0x0000003d6dae0c2d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 (gdb) /Conor