On 03/09/2011 11:21 AM, Paolo Bonzini wrote:
QEMU has a sigchld handler that reaps any child process. -smb is the
only user of it and, in fact, QEMU inherited it from slirp. However,
this handler causes 'exec' based migration to randomly return 'status:
failed' in the monitor. This happens whe
Paolo Bonzini writes:
> QEMU has a sigchld handler that reaps any child process. -smb is the
> only user of it and, in fact, QEMU inherited it from slirp. However,
> this handler causes 'exec' based migration to randomly return 'status:
> failed' in the monitor. This happens when the signal ha