[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Unable to run on Windows
From: |
andrzej zaborowski |
Subject: |
Re: [Qemu-devel] Unable to run on Windows |
Date: |
Sun, 16 Dec 2007 13:49:48 +0100 |
On 14/12/2007, C.W. Betts <address@hidden> 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