diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 579915d1d6b3..026f7f022c78 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -127,6 +127,10 @@ for arg in "$@" $EXTRAOPT ; do export GLIBCXX_FORCE_NEW=1 ;; callgrind) + unset MALLOC_CHECK_ MALLOC_PERTURB_ G_SLICE + export SAL_DISABLE_FLOATGRAB=1 + export OOO_DISABLE_RECOVERY=1 + export SAL_DISABLE_GL_WATCHDOG=1 export LD_BIND_NOW=1 ;; esac