From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SowDm-0006Dl-AK for qemu-devel@nongnu.org; Wed, 11 Jul 2012 08:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SowDg-0001OA-6F for qemu-devel@nongnu.org; Wed, 11 Jul 2012 08:40:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SowDf-0001Nz-UA for qemu-devel@nongnu.org; Wed, 11 Jul 2012 08:40:40 -0400 Message-ID: <4FFD7443.3090606@redhat.com> Date: Wed, 11 Jul 2012 14:40:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FFD67B2.5090306@redhat.com> <4FFD69A9.2050504@siemens.com> <4FFD6A5C.4060808@redhat.com> <4FFD6AB9.7010000@siemens.com> <4FFD6BC9.7070902@redhat.com> <4FFD6CA0.6050205@redhat.com> In-Reply-To: <4FFD6CA0.6050205@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Segfault starting vcpu thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Jan Kiszka , qemu-devel , KVM list Il 11/07/2012 14:08, Avi Kivity ha scritto: >>>>> specific command line or guest? >>>> >>> >>>> >>> qemu-system-x86_64 >>> >> >>> >> Just did the same, but it's all fine here. >> > >> > Ok, I'll debug it. Probably something stupid like a miscompile. > Indeed, a simple clean build fixed it up. Paolo, it looks like > autodependencies are still broken. Hmm, I think everything happened while I was away. I'll take a look. Paolo