From: Jérémie Galarneau Date: Fri, 11 Oct 2019 20:26:29 +0000 (-0400) Subject: Fix: sessiond: don't assert on event creation error X-Git-Tag: v2.12.0-rc1~310 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e9f11505edfba881935d966c0ce09a39571a1887;hp=e9f11505edfba881935d966c0ce09a39571a1887 Fix: sessiond: don't assert on event creation error Don't assert if an application tracer reports that an event already exists. This could be caused by a bug on the tracer end or memory corruption on the application's end. In either case, an assert() is too strict; simply report the error. Signed-off-by: Jérémie Galarneau ---