From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Windows7 crashes inside the VM when starting a certain program Date: Thu, 28 Jul 2011 15:49:10 +0200 Message-ID: <4E3168D6.9090900@redhat.com> References: <4E154370.5090101@web.de> <4E314F85.8070203@redhat.com> <4E316134.3060703@web.de> <4E316258.1040205@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?Andr=E9_Weidemann?= , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8762 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755404Ab1G1NtM (ORCPT ); Thu, 28 Jul 2011 09:49:12 -0400 In-Reply-To: <4E316258.1040205@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/28/2011 03:21 PM, Avi Kivity wrote: >> I haven't used debuggers very much, so I hope I grabbed the correct >> lines from the disassembly: >> http://pastebin.com/t3sfvmTg > > That's the bug check routine. Can you go up a frame? Or just do what Gleb suggested. Open the dump, type "!analyze -v" and cut-paste the address from WinDbg's output into the Disassemble window. Paolo