From: Mathieu Desnoyers Date: Sat, 5 Sep 2015 23:58:29 +0000 (-0400) Subject: Fix: consumer signal handling race X-Git-Tag: v2.8.0-rc1~383 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=6a0caa9baf6913eacea486ac84f14ee65c62108b;hp=6a0caa9baf6913eacea486ac84f14ee65c62108b;p=lttng-tools.git Fix: consumer signal handling race If a signal comes in after ctx has been destroyed, it will try to use a closed file descriptor. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---