From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GS9Uu-0005bn-U4 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 05:45:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GS9Ur-0005bD-Dm for qemu-devel@nongnu.org; Tue, 26 Sep 2006 05:45:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GS9Ur-0005b8-2m for qemu-devel@nongnu.org; Tue, 26 Sep 2006 05:45:01 -0400 Received: from [202.136.32.45] (helo=relay02.mail-hub.dodo.com.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GS9ZS-0006Cu-E2 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 05:49:46 -0400 Received: from [149.135.13.165] (helo=MSTATION99) by relay02.mail-hub.dodo.com.au with esmtp (Exim 4.34) id 1GS9Uf-0003AH-28 for qemu-devel@nongnu.org; Tue, 26 Sep 2006 19:44:49 +1000 From: "antispam" Date: Tue, 26 Sep 2006 19:44:56 +1000 Message-ID: <006b01c6e150$6ceb96d0$0100a8c0@MSTATION99> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PDF bug 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 Anyone else noticed qemu crash with Windows XP guest and pdf creation software? Prerequisites: Windows XP (any SP level) Adobe Acrobat Profesional 7.xx OR Nitro PDF Qemu 0.8.2 (without kqemu) Symptons: Launcing any of the apps crash the app (with Adobe Acrobat Pro it's in module Technical detail: Acrobat error: Faulting application acrobat.exe, version 7.0.5.172, faulting module libmysqld.dll, version 4.0.20.0, fault address 0x000bb2de Nitro error: The application, C:\Program Files\Nitro PDF\bin\ZDPlus.exe, generated an application error. .......The exception generated was c0000005 at address 100015C5 (ZeonData!CZeonString_CZeonString) Extra notes: If you run kqemu problem not present, using same VM running without kqemu, issue occur. Although suggesting to run qemu with kqemu seems like the obvious answer, I need to run it without kqemu as cannot install kqemu on all the machines I need to run it (admin rights). Regards