qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 01/16] vnc: qemu can die if the client is dis


From: Corentin Chary
Subject: Re: [Qemu-devel] [PATCH v3 01/16] vnc: qemu can die if the client is disconnected while updating screen
Date: Fri, 25 Feb 2011 10:10:52 +0000

On Wed, Feb 23, 2011 at 11:23 PM, Anthony Liguori
<address@hidden> wrote:
> On 02/04/2011 02:05 AM, Corentin Chary wrote:
>>
>> agraf reported that qemu_mutex_destroy(vs->output_mutex) while failing
>> in vnc_disconnect_finish().
>>
>> It's because vnc_worker_thread_loop() tries to unlock the mutex while
>> not locked. The unlocking call doesn't fail (pthread bug ?), but
>> the destroy call does.
>>
>> Signed-off-by: Corentin Chary<address@hidden>
>>
>
> Applied 2/16.  Thanks!
>
> Regards,
>
> Anthony Liguori

Great, Thanks !

Please also merge these two patchs:
http://patchwork.ozlabs.org/patch/84517/
http://patchwork.ozlabs.org/patch/84496/

-- 
Corentin Chary
http://xf.iksaif.net



reply via email to

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