From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhwCy-0001Sn-Bc for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:29:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhwCt-0001SR-U9 for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:29:07 -0400 Received: from [199.232.76.173] (port=48462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhwCt-0001SO-Na for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:29:03 -0400 Received: from mx20.gnu.org ([199.232.41.8]:43449) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhwCt-0000WN-8s for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:29:03 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhwCp-0007lb-RV for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:29:00 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LhwCn-0004Ne-5V for qemu-devel@nongnu.org; Fri, 13 Mar 2009 01:28:57 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 01:28:57 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 01:28:57 +0000 From: Consul Date: Thu, 12 Mar 2009 18:28:41 -0700 Message-ID: References: <49B1E13C.9060900@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <49B1E13C.9060900@codemonkey.ws> Sender: news Subject: [Qemu-devel] Re: SIGSEGV on Windows with KQEMU enabled 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 Anthony Liguori wrote: > Consul wrote: >> First, the current SVN (6731) does not compile on Windows due to >> missing asprintf. > > With what toolkit? It builds for me. > The SIGSEGV has been introduced in rev 6712 (monitor.c). The current version (6826 with the asprintf patch) is still affected. It only happens if: 1. compiled with GCC4 gcc.exe (GCC) 4.3.0 20080305 (alpha-testing) mingw-20080502 ln (GNU coreutils) 5.97 2. kqemu is enabled (either user or kernel modes).