aio_poll is not thread safe; it can report progress incorrectly when
called from the main thread. The bug remains latent as long as
all of it is called within aio_context_acquire/aio_context_release,
but this will change soon.
The details of the bug are pretty simple, but fixing it in an
efficien
On 02/08/2016 09:14 AM, Paolo Bonzini wrote:
> aio_poll is not thread safe; it can report progress incorrectly when
> called from the main thread. The bug remains latent as long as
> all of it is called within aio_context_acquire/aio_context_release,
> but this will change soon.
>
> The details o
aio_poll is not thread safe; it can report progress incorrectly when
called from the main thread. The bug remains latent as long as
all of it is called within aio_context_acquire/aio_context_release,
but this will change soon.
The details of the bug are pretty simple, but fixing it in an
efficien
aio_poll is not thread safe; it can report progress incorrectly when
called from the main thread. The bug remains latent as long as
all of it is called within aio_context_acquire/aio_context_release,
but this will change soon.
The details of the bug are pretty simple, but fixing it in an
efficien