[Qemu-devel] Windows build crash problem

2007-12-12 Thread 武田 俊也
Hi all. I encountered the crash problem with windows build on Core-Duo host. Qemu crashes in cpu_interrupt() called from host_alarm_handler() in vl.c because CPUState *env = next_cpu is null. I tried the patch to check env is not null in host_alarm_handler() and now qemu does not crash.

Re: [Qemu-devel] Windows build crash problem

2007-12-12 Thread Filip Navara
Actually somebody has already described the problem on the mailing list and Paul Brook replied to that message. Hopefully you can find it in the archives. F. On Dec 12, 2007 5:25 PM, 武田 俊也 [EMAIL PROTECTED] wrote: Hi all. I encountered the crash problem with windows build on Core-Duo host.