From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: 2.6.16 Guest Hangs on Boot Date: Thu, 16 Sep 2010 13:02:47 +0200 Message-ID: <20100916110247.GA15338@8bytes.org> References: <1284569606.7482.118.camel@nami.8liens.com> <3C88BDE6-33EF-4056-89DE-8CC9084D407C@suse.de> <1284572907.7482.125.camel@nami.8liens.com> <1D3EBE1C-855B-4481-B352-E86EE730A0ED@suse.de> <1284574022.7482.137.camel@nami.8liens.com> <1284602138.7482.157.camel@nami.8liens.com> <4C91F111.9010508@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alec Joseph Rivera , kvm@vger.kernel.org, Meric Mara , Renan Mara To: Alexander Graf Return-path: Received: from 8bytes.org ([88.198.83.132]:41484 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532Ab0IPLCt (ORCPT ); Thu, 16 Sep 2010 07:02:49 -0400 Content-Disposition: inline In-Reply-To: <4C91F111.9010508@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 16, 2010 at 12:27:29PM +0200, Alexander Graf wrote: > Alec Joseph Rivera wrote: > > Program received signal SIGINT, Interrupt. > > 0xc015405f in ?? () > > (gdb) bt > > #0 0xc015405f in ?? () > > > > 0xc015405a <__pte_alloc_kernel+82>: mov (%edi),%eax > 0xc015405c <__pte_alloc_kernel+84>: mov 0x4(%edi),%edx > 0xc015405f <__pte_alloc_kernel+87>: lock cmpxchg8b (%edi) > 0xc0154063 <__pte_alloc_kernel+91>: jne 0xc015405a > <__pte_alloc_kernel+82> This looks like a bug I also have seen recently on 32 bit host-kvm. The instruction emulation for 'lock cmpxchg8b' was broken so that the rip was not advanced and the guest just iterated over this instruction again and again. I thought this was fixed with the latest kvm updates in 2.6.36. Joerg