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:07:55 +0000 (12:07 -0400)
commite32d20e94c6c0acb82cfacda4652fd566960c575
tree129a06ae2b2a26b8d9f09a7010c86f49840aa16a
parent545c85f844ecc49a62c6889e73d0bc466b8e6935
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.024442 seconds and 4 git commands to generate.