On 14/12/2007, C.W. Betts <[EMAIL PROTECTED]> 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