From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3swL-0003md-59 for qemu-devel@nongnu.org; Sun, 16 Dec 2007 07:49:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3swK-0003mN-DD for qemu-devel@nongnu.org; Sun, 16 Dec 2007 07:49:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3swJ-0003mI-Vv for qemu-devel@nongnu.org; Sun, 16 Dec 2007 07:49:52 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J3swJ-0007U1-Kk for qemu-devel@nongnu.org; Sun, 16 Dec 2007 07:49:51 -0500 Received: by ug-out-1314.google.com with SMTP id m2so1489015uge.4 for ; Sun, 16 Dec 2007 04:49:48 -0800 (PST) Message-ID: Date: Sun, 16 Dec 2007 13:49:48 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Unable to run on Windows In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On 14/12/2007, C.W. Betts wrote: > When I try to run qemu with a disk image, I get a segmentation fault. When > I run it under GDB, this is the following error: > Program received signal SIGSEGV, Segmentation fault. > [Switching to thread 5516.0x15b0] > 0x0048e2f3 in cpu_interrupt (env=0x0, mask=1) > at /home/cwbetts/sourceCode/qemu/exec.c:1218 > 1218 env->interrupt_request |= mask; > > Anyone know what might be causing this? Yes, this was introduced by my attempt to fix the alarm signal handler. Now hopefully fixed in last commit, please try. Regards