qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Bug 955379] Re: cmake hangs with qemu-arm-static


From: Peter Maydell
Subject: Re: [Qemu-devel] [Bug 955379] Re: cmake hangs with qemu-arm-static
Date: Mon, 3 Dec 2012 21:57:50 +0000

On 3 December 2012 21:20, Alexander Graf <address@hidden> wrote:
> Could you please try and see if this patch makes a difference?
>
> http://repo.or.cz/w/qemu/agraf.git/patch/489924aa0115dc6cfcd4e91b0747da4ff8425d1f

I think the answer will turn out to be "no" (though it's worth
testing anyway), because the syscall we're blocking in in this
case is select(), which is a syscall which will exit when a
signal arrives anyway. That is, I think we're really hitting
the race condition of the signal arriving while we're in QEMU's
C code, rather than the stuck-in-blocking-syscall of the boehm
GC case.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]