From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DOq71-0002W3-7s for qemu-devel@nongnu.org; Fri, 22 Apr 2005 00:49:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DOq6z-0002Tp-5O for qemu-devel@nongnu.org; Fri, 22 Apr 2005 00:49:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOq6y-0001GV-Su for qemu-devel@nongnu.org; Fri, 22 Apr 2005 00:49:52 -0400 Received: from [202.172.235.150] (helo=datalex.com.sg) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DOq1O-0007re-M5 for qemu-devel@nongnu.org; Fri, 22 Apr 2005 00:44:07 -0400 Message-ID: <4268805A.6000903@tusker.org> Date: Fri, 22 Apr 2005 12:40:58 +0800 From: Damien Mascord MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Latest snapshot build crashes with Windows 2003 Server Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi guys, I was trying out the latest qemu for win32, and tried to compile the latest source snapshot (from dads answers), and Windows 2003 Server crashes around the "file copy" portion of the install. QemuInstall-20050411.exe - installs, and runs Windows 2003 Server SP1 correctly as a guest, on a Windows XP SP2 host. QemuInstall-20050420.exe - crashes during installation on a Windows XP SP2 host, with the same iso image for the Windows 2003 Server SP1. >>From what I can see from the commits, the following has changed between 0411 and 0420, that could have an effect on the "crash". Is there any further debugging that I can do to see the reason for the crash, so as to help to resolve the issue? Damien 05/04/17 19:50:21 ----------------- Modified files: target-i386 : helper.c Log message: make lsl, lar verr and verw exception safe 05/04/17 19:49:03 ----------------- Modified files: target-i386 : translate.c Log message: verr and verw eflags opt fix