From 42392229093a6e6fdf281a654456a00b9c6af206 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 19 Oct 2021 14:21:13 +0200 Subject: [PATCH] Do not abort tsan --- lib/include/srsran/common/tsan_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srsran/common/tsan_options.h b/lib/include/srsran/common/tsan_options.h index 18e5bace0..0c4eb2ff1 100644 --- a/lib/include/srsran/common/tsan_options.h +++ b/lib/include/srsran/common/tsan_options.h @@ -31,7 +31,7 @@ extern "C" { const char* __tsan_default_options() { - return "halt_on_error=1:abort_on_error=1:report_signal_unsafe=0" + return "halt_on_error=0:abort_on_error=0:report_signal_unsafe=0" ":allocator_may_return_null=1"; }