From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: crash in nvmx_vcpu_destroy Date: Thu, 21 Feb 2013 11:49:43 +0100 Message-ID: <20130221104943.GA22260@aepfle.de> References: <20130220145823.GA18129@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130220145823.GA18129@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Feb 20, Olaf Hering wrote: > (XEN) Xen call trace: > (XEN) [] nvmx_vcpu_destroy+0xb7/0x150 > (XEN) [] hvm_vcpu_destroy+0x9/0x40 For some reason nestedhvm_vcpu_destroy is not in the backtrace. And its not clear why nestedhvm_vcpu_destroy calls into nvmx_vcpu_destroy anyway. nestedhvm is not in the config file. Olaf