From 6d30d7a2ec63918dfdfe8bbd5e9ce8e09f72650c Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 7 Sep 2023 18:37:50 -0500 Subject: [PATCH] ... (#146) Co-authored-by: Thomas Applencourt --- xprof/xprof.sh.erb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.sh.erb.in b/xprof/xprof.sh.erb.in index 6116b90f..9cb63f46 100644 --- a/xprof/xprof.sh.erb.in +++ b/xprof/xprof.sh.erb.in @@ -549,7 +549,7 @@ trace_and_summary_live() { # Run the binary trap 'trace_epilogue_live' EXIT SIGABRT SIGSEGV preload_lib_tracers - "$@" + LTTNG_UST_ALLOW_BLOCKING=1 "$@" }