[pango/better-asan-traces] Add an asan option that gives better traces




commit 85b1f6a118ac23bac1c12a4c2c18b17afdf728d3
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 26 21:16:03 2021 -0400

    Add an asan option that gives better traces

 .gitlab-ci/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index d82f1d08..408a4a18 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -7,7 +7,7 @@ srcdir=$( pwd )
 builddir=$1
 
 # Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
+export LSAN_OPTIONS=fast_unwind_on_malloc=0:suppressions=$srcdir/lsan.supp:print_suppressions=0
 # Check leaks of slices
 export G_SLICE=always-malloc
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]