Fix: deadlock during rotation
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 14 Feb 2014 20:51:34 +0000 (15:51 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 14 Feb 2014 21:54:15 +0000 (16:54 -0500)
commita3a5e097521d6d223ff3e160008ccae411e5571f
treefe190dd85e322a4588ab0f522d58a60dccff90cf
parent32d0294b599202a2b14aa95eecd7298dadf57acd
Fix: deadlock during rotation

The overwrite_lock is nested inside the viewer_stream_rotation_lock.
And the viewer_stream_rotate function is always called with the
viewer_stream_rotation_lock held.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/viewer-stream.c
This page took 0.025891 seconds and 4 git commands to generate.