From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rrzef-0005mJ-EB for qemu-devel@nongnu.org; Mon, 30 Jan 2012 17:24:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rrzee-0006kB-Ba for qemu-devel@nongnu.org; Mon, 30 Jan 2012 17:24:53 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:55889) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rrzed-0006i1-W0 for qemu-devel@nongnu.org; Mon, 30 Jan 2012 17:24:52 -0500 Message-ID: <8945B3B3F2364AC2A092280F304995A7@FSCPC> From: "Sebastian Herbszt" References: <4F231851.4070708@weilnetz.de> In-Reply-To: <4F231851.4070708@weilnetz.de> Date: Mon, 30 Jan 2012 23:23:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Init win32 CRITICAL_SECTION before starting thread; crash when attaching disks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Bogdan Harjoc Cc: qemu-devel@nongnu.org Stefan Weil wrote: > Tested-by: Stefan Weil > > > Hi Bogdan, > > I can confirm that your patch fixes a crash which otherwise makes > QEMU unusable on Windows hosts. This patch likely fixes bug #922131 [1]. [1] https://bugs.launchpad.net/qemu/+bug/922131 Sebastian