Ping.
>
> In multifd_save_cleanup(), we terminate all multifd threads and destroy
> the 'p->mutex', while the mutex may still be held by multifd send thread,
> this causes qemu to crash.
>
> It's because the multifd_send_thread maybe scheduled out after setting
> 'p->running' to false. To reprod
In multifd_save_cleanup(), we terminate all multifd threads and destroy
the 'p->mutex', while the mutex may still be held by multifd send thread,
this causes qemu to crash.
It's because the multifd_send_thread maybe scheduled out after setting
'p->running' to false. To reproduce the problem, we pu