diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-02 16:27:07 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-05 11:46:34 +0000 |
commit | b0d37e7f010bc159585e20c2792dcb9c4f3863c8 (patch) | |
tree | 1bf1ff5aaa13d97187bf05df4c2936cc51c57440 /solenv/bin | |
parent | 64ab61152cddafec62e0a4106f9844fb137ff83c (diff) |
detect even more memory mismanagement on glibc
Change-Id: I3a06e5970638c755e89f8ffdf96b68d3c6cdbe61
Reviewed-on: https://gerrit.libreoffice.org/969
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/linkoo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index c97df916dd40..6aa49727e957 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -54,6 +54,7 @@ export STAR_RESOURCEPATH=$thisdir/resource export SAL_DISABLE_FLOATGRAB=1 export G_SLICE=always-malloc export MALLOC_CHECK_=2 +export MALLOC_PERTURB_=153 export OOO_DISABLE_RECOVERY=1 export SAL_ALLOW_LINKOO_SYMLINKS=1 '; |