[Libreoffice-commits] .: desktop/scripts
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Mar 29 07:55:21 PDT 2011
desktop/scripts/soffice.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 20102adb2aa27a25b59aad33b2311afd94d7727a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Mar 29 15:53:36 2011 +0100
ignore fork/exec+java
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 21023a9..dd17fe9 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -73,7 +73,7 @@ if [ -e $sd_prog/ooenv ] ; then
fi
if [ "$VALGRIND" != "" ]; then
- VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --error-exitcode=101"
+ VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --trace-children-skip=*/java --error-exitcode=101"
export VALGRINDCHECK
G_SLICE=always-malloc
export G_SLICE
More information about the Libreoffice-commits
mailing list