Corentin Chary
73eb4c04e9
vnc: qemu can die if the client is disconnected while updating screen
...
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 <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2011-02-04 06:33:26 -06:00
..
2011-01-23 16:21:20 +00:00
2010-10-21 18:31:28 +02:00
2010-10-21 18:31:28 +02:00
2010-07-26 17:35:54 -05:00
2011-01-23 16:21:20 +00:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2011-01-24 15:41:40 +01:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2011-02-04 06:33:26 -06:00
2011-01-24 15:13:54 +01:00
2010-11-02 12:43:04 +01:00
2010-11-02 12:43:04 +01:00
2010-09-21 18:36:43 +02:00
2010-07-26 17:35:54 -05:00
2011-01-12 19:48:56 +00:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:36:13 -05:00
2010-07-26 17:36:14 -05:00
2010-10-05 13:53:56 -05:00
2010-07-26 17:36:14 -05:00
2010-07-26 17:36:14 -05:00
2011-02-04 06:33:26 -06:00
2010-07-26 17:36:14 -05:00
2010-07-26 17:36:14 -05:00
2010-07-26 17:36:14 -05:00
2010-07-26 17:36:14 -05:00
2010-07-26 17:35:54 -05:00
2010-07-26 17:35:54 -05:00
2011-02-01 15:21:23 -06:00
2010-12-09 14:23:24 +01:00
2010-07-26 17:35:54 -05:00
2011-01-23 16:21:20 +00:00