From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Txu-0006YT-UG for qemu-devel@nongnu.org; Thu, 23 Feb 2012 03:23:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Txu-00066N-1l for qemu-devel@nongnu.org; Thu, 23 Feb 2012 03:23:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Txt-00066H-Os for qemu-devel@nongnu.org; Thu, 23 Feb 2012 03:23:50 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1N8NnG3022566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Feb 2012 03:23:49 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-42.ams2.redhat.com [10.36.116.42]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1N8NlHm030145 for ; Thu, 23 Feb 2012 03:23:48 -0500 Message-ID: <4F45F793.1090802@redhat.com> Date: Thu, 23 Feb 2012 09:23:47 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F45F6C7.6010000@redhat.com> In-Reply-To: <4F45F6C7.6010000@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] "qemu -device ?" segfaults List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" On 02/23/12 09:20, Gerd Hoffmann wrote: > Hi, > > $subject says all, which pretty much breaks libvirt-managed qemu ... Even just "qemu" segfaults, right here: (gdb) bt #0 qemu_opt_get (opts=0x0, name=0x7ffff7f7478f "kernel") at /home/kraxel/projects/qemu/qemu-option.c:545 #1 0x00007ffff7deb1b0 in main (argc=, argv=, envp=) at /home/kraxel/projects/qemu/vl.c:3250 cheers, Gerd