[gtk/matthiasc/for-master] Add an asan option that gives better traces
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] Add an asan option that gives better traces
- Date: Sat, 27 Mar 2021 03:29:47 +0000 (UTC)
commit 4b5bdda03fb6f202aa705b3eb9347f51e25c2fd8
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 26 23:28:09 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 fa29859b6f..d04b3db77e 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -8,7 +8,7 @@ builddir=$1
backend=$2
# 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
export G_SLICE=always-malloc
case "${backend}" in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]