From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S234K-0003Uq-QO for qemu-devel@nongnu.org; Mon, 27 Feb 2012 11:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S234G-0006AP-Kn for qemu-devel@nongnu.org; Mon, 27 Feb 2012 11:04:56 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:45608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S234G-0006AD-E1 for qemu-devel@nongnu.org; Mon, 27 Feb 2012 11:04:52 -0500 Received: by pbbro12 with SMTP id ro12so6612718pbb.4 for ; Mon, 27 Feb 2012 08:04:51 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F4BA99C.5060409@redhat.com> Date: Mon, 27 Feb 2012 17:04:44 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20120215015959.27405.46578.malonedeb@soybean.canonical.com> <20120216204212.28792.71757.malone@soybean.canonical.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 932487] Re: win32: git rev 59f971d crashes when accessing disk (coroutine issue) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 932487 <932487@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On 02/17/2012 01:53 AM, Roy Tam wrote: >> > Please try these modified configure option which adds the compiler flag needed for multithreading: >> > --extra-cflags="-O0 -pipe -mthreads". For me, -mthreads solved the problem. >> > > Yes "-mthreads" switch does workaround the issue. > But using "-mthreads" making resulting binaries depend on > mingwm10.dll, which is not good. > Is "-D_MT" enough instead of -mthreads? Paolo