From 5a2d074e99c522c9bbaae8744ee09e8740613cb0 Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Wed, 24 Mar 2021 12:18:44 +0100 Subject: [PATCH] [tests] Do not set EMPER_STACKTRACE_ON_ABORTS Stack unwinding via ligbcc does not (yet) work correctly within EMPER. As result, the unwinding often causes a segfault shadowing the actual cause. --- tests/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 815d99f5..04948033 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -184,7 +184,6 @@ test_env = environment( # memory will be initialized with 0x01, and that free'ed memory # will be set to 0xFE (I think). 'MALLOC_PERTURB_': '1', - 'EMPER_STACKTRACE_ON_ABORTS': 'true', } ) -- GitLab