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?

Reply via email to