From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: Windows7 crashes inside the VM when starting a certain program Date: Thu, 28 Jul 2011 15:11:43 +0300 Message-ID: <20110728121143.GS4404@redhat.com> References: <4E154370.5090101@web.de> <4E314F85.8070203@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?utf-8?B?QW5kcsOp?= Weidemann , kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3420 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754481Ab1G1MLp convert rfc822-to-8bit (ORCPT ); Thu, 28 Jul 2011 08:11:45 -0400 Content-Disposition: inline In-Reply-To: <4E314F85.8070203@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jul 28, 2011 at 02:01:09PM +0200, Paolo Bonzini wrote: > On 07/07/2011 07:26 AM, Andr=C3=A9 Weidemann wrote: > >Hi, > >I am running Windows7 x64 in a VM which crashes after starting a cer= tain > >game. Actually there are two games both from the same company, that = make > >the VM crash after starting them. > >Windows crashes right after starting the game. With the 1st game the > >screen goes black as usual and the cursor keeps spinning for 3-5 sec= onds > >until Windows crashes. With the second game I get to 3D the login > >screen. The game then crashes after logging in. > >Windows displays this error message on the first crash: > >http://pastebin.com/kMzk9Jif > >Windows then finishes writing the crash dump and restarts. > >I can reproduce Windows crashing every time I start the game while t= he > >VM keeps running without any problems. > >When Windows reboots after the first crash and the game is started > >again, the message on the following blue screen changes slightly and > >stays the same(except for the addresses) for every following crash: > >http://pastebin.com/jVtBc4ZH >=20 > The blue screens seem to be for the same exception, > 0xC0000096--privileged instruction, only sometimes in user mode (but > in a system service, which also causes a blue screen) sometimes in > kernel mode. >=20 And I assume 0xFFFFF800028D8C0C is the instruction address? If yes then= can you do "x/i 0xFFFFF800028D8C0C" in qemu monitor then (or whatever new address it will show you). > Can you open the produced dump in WinDbg and post a disassemble > around the failing instruction? >=20 > Thanks, >=20 > Paolo > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.