From: Jérémie Galarneau Date: Tue, 19 Nov 2019 18:41:51 +0000 (-0500) Subject: Fix: relayd: remove assert of non-null stream trace chunk on rotate X-Git-Tag: v2.12.0-rc1~236 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a1de4b78dcb72511fb8e6f2a3da80a771722d83c;hp=a1de4b78dcb72511fb8e6f2a3da80a771722d83c Fix: relayd: remove assert of non-null stream trace chunk on rotate A stream can rotate from a "NULL" trace chunk to a new trace chunk and the relay daemon should not assert on this condition. This happens when a session is stopped, rotated, and started again later on. Signed-off-by: Jérémie Galarneau ---