X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconditions%2Fon-event.c;h=fa37a3540172611c491342722b60f1ae214de041;hp=31d6d756b0fb556d02270d6075d4a6aaa41f03f7;hb=52894180cf9d44e1f13f467abafc1fd64ffb8c9e;hpb=5e09ab50830dd62fd39fc47f369dd484279f760a diff --git a/src/common/conditions/on-event.c b/src/common/conditions/on-event.c index 31d6d756b..fa37a3540 100644 --- a/src/common/conditions/on-event.c +++ b/src/common/conditions/on-event.c @@ -743,7 +743,9 @@ struct lttng_event_expr *event_expr_from_payload( break; } default: - abort(); + ERR("Invalid event expression type encoutered while deserializing event expression: type = %" PRIu64, + type); + goto error; } goto end;