From 98dfca790cb8fcd3bac11a4f4f58c933f99d2a1a Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 23 Sep 2020 16:14:40 -0400 Subject: [PATCH 1/1] sessiond: notification-thread: Missing action executor status handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I8666c0728ca140c45d47ac1ecf252bdbf0526e46 --- src/bin/lttng-sessiond/notification-thread-events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index fe3975dfe..ccd285a81 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -4470,6 +4470,7 @@ next_client: pthread_mutex_unlock(&client_list->lock); break; } + case ACTION_EXECUTOR_STATUS_INVALID: case ACTION_EXECUTOR_STATUS_ERROR: /* Fatal error, shut down everything. */ ERR("Fatal error encoutered while enqueuing action to the action executor"); -- 2.34.1