[Libreoffice-commits] core.git: desktop/scripts

Michael Stahl mstahl at redhat.com
Mon Nov 7 15:38:36 UTC 2016


 desktop/scripts/soffice.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f232026f0d6e320792ca7b65aa356724cbc945b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Nov 4 20:34:11 2016 +0100

    soffice.sh: can't hurt to force system allocator for massif
    
    Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 2532b1e..83e2263 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -118,7 +118,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)
+                helgrind|memcheck|massif|exp-dhat)
                     export G_SLICE=always-malloc
                     export GLIBCXX_FORCE_NEW=1
                     ;;


More information about the Libreoffice-commits mailing list