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: Fri, 29 Jul 2011 09:11:53 +0200 Message-ID: <4E325D39.7030606@redhat.com> References: <4E154370.5090101@web.de> <4E314F85.8070203@redhat.com> <4E316134.3060703@web.de> <4E316258.1040205@redhat.com> <4E3168D6.9090900@redhat.com> <4E319FF5.8080104@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Avi Kivity , kvm@vger.kernel.org To: =?ISO-8859-1?Q?Andr=E9_Weidemann?= Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:43419 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753005Ab1G2HL6 (ORCPT ); Fri, 29 Jul 2011 03:11:58 -0400 Received: by yxi11 with SMTP id 11so2042735yxi.19 for ; Fri, 29 Jul 2011 00:11:57 -0700 (PDT) In-Reply-To: <4E319FF5.8080104@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On 07/28/2011 07:44 PM, Andr=E9 Weidemann wrote: > Hi, > > On 28.07.2011 15:49, Paolo Bonzini wrote: >> On 07/28/2011 03:21 PM, Avi Kivity wrote: >>>> I haven't used debuggers very much, so I hope I grabbed the correc= t >>>> 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" an= d >> cut-paste the address from WinDbg's output into the Disassemble wind= ow. > > This is the output of "!analyze -v": > http://pastebin.com/sCZSjr8m > > ...and this is the output from the disassembly window: > http://pastebin.com/AVZuswkT Very useful, thanks! Paolo