From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35168 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pppi9-00055b-EM for qemu-devel@nongnu.org; Wed, 16 Feb 2011 17:19:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pppi8-0005lq-D1 for qemu-devel@nongnu.org; Wed, 16 Feb 2011 17:19:01 -0500 Received: from e1.ny.us.ibm.com ([32.97.182.141]:47184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pppi8-0005hq-AK for qemu-devel@nongnu.org; Wed, 16 Feb 2011 17:19:00 -0500 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by e1.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p1GM9Qwc012474 for ; Wed, 16 Feb 2011 17:09:26 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p1GMIt7k2732260 for ; Wed, 16 Feb 2011 17:18:55 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p1GMIsEJ011668 for ; Wed, 16 Feb 2011 17:18:54 -0500 Message-ID: <4D5C4D4D.1020701@linux.vnet.ibm.com> Date: Wed, 16 Feb 2011 17:18:53 -0500 From: Stefan Berger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu crashes since today List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Jan Kiszka Qemu is crashing for me. Bisecting the code I found this here as the reason. Stepping one commit further into the past does not cause the crash. 6792a57bf19ab37f61f5acf0f8e3003cf08814af is the first bad commit commit 6792a57bf19ab37f61f5acf0f8e3003cf08814af Author: Jan Kiszka Date: Mon Feb 7 12:19:18 2011 +0100 I get crashes while booting FC14 on a FC14 host, both 64bit. Host running 2.6.35.11-83.fc14 . Crashes typically happen when udev has stared in the guest. This is the command line I was using: ./x86_64-softmmu/qemu-system-x86_64 \ -hda ~images/fc14-x86_64.img \ -m 2048 \ -enable-kvm \ -boot menu=on \ -chardev stdio,id=seabios \ -device isa-debugcon,iobase=0x402,chardev=seabios Regards, Stefan