Fix: Block all signals in listener thread
authorWolfgang Puffitsch <Wolfgang.Puffitsch@onera.fr>
Fri, 1 Jun 2012 16:04:37 +0000 (12:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 1 Jun 2012 16:05:28 +0000 (12:05 -0400)
commitae6a58bf72561c5b87594bb04764313c325437a9
tree07eae68632da03ea780c27fb69f0efccaef529b8
parent231227ee22e4f2d4f1967bc421f7988a5eaabfa3
Fix: Block all signals in listener thread

The listener thread does not block signals and receives signals that are
intended for the application. As this can cause applications to fail,
the listener thread should block all signals. The attached patch is
derived from an old commit and fixes the issue.

Fixes #241

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.024558 seconds and 4 git commands to generate.