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)
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>

No differences found
This page took 0.024402 seconds and 4 git commands to generate.