From 63e023f342bbd4dfaecead6b206a8329b0025e44 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Sat, 6 Jul 2024 18:27:06 +0100 Subject: [PATCH] valgrind: dhat is no longer experimental The valgrind dhat plugin is no longer experimental as of valgrind commit 441bfc5f5 in 2018, update the switch. Signed-off-by: Dr. David Alan Gilbert Change-Id: Iba74eeed1cc5e2350d715454bf32192e0bc3692b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170072 Reviewed-by: Michael Stahl Tested-by: Jenkins --- desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 90f5ec784027..7188f393e140 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -122,7 +122,7 @@ for arg in "$@" $EXTRAOPT ; do echo "use kill -SIGUSR2 pid to dump traces of active allocations" checks="c$checks" case "$VALGRIND" in - helgrind|memcheck|massif|exp-dhat) + helgrind|memcheck|massif|dhat) export G_SLICE=always-malloc export GLIBCXX_FORCE_NEW=1 ;;