From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz43y-0002Il-EK for qemu-devel@nongnu.org; Wed, 29 Apr 2009 03:18:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz43t-0002Fj-BV for qemu-devel@nongnu.org; Wed, 29 Apr 2009 03:18:37 -0400 Received: from [199.232.76.173] (port=49651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz43s-0002Fa-V7 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 03:18:33 -0400 Received: from mx20.gnu.org ([199.232.41.8]:20920) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lz43s-0007c8-Gm for qemu-devel@nongnu.org; Wed, 29 Apr 2009 03:18:32 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz43q-0006tn-Hw for qemu-devel@nongnu.org; Wed, 29 Apr 2009 03:18:31 -0400 Message-ID: <49F7FF3D.7040603@redhat.com> Date: Wed, 29 Apr 2009 09:18:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [7241] qemu: refactor main_loop (Marcelo Tosatti) References: <49F7848F.7020708@web.de> <20090428224149.GA15512@amt.cnet> <49F7894B.7080103@web.de> <20090428230251.GA15628@amt.cnet> In-Reply-To: <20090428230251.GA15628@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Jan Kiszka , qemu-devel@nongnu.org On 04/29/09 01:02, Marcelo Tosatti wrote: > I started seeing VCPU_RUN fail with EBADFD, though it is not very easy > to reproduce (io thread disabled): /me too. Doing a (kickstart-automated) fedora guest install triggers it for me. Happens at some random point during package install. > #2 0x000000000041bf98 in kvm_cpu_exec (env=0xc04850) > at /home/marcelo/git/qemu/kvm-all.c:508 Yep, exactly that place. cheers, Gerd