[Libreoffice] Assertion failure in osl_process.cxx

Caolán McNamara caolanm at redhat.com
Tue Mar 22 13:32:21 PDT 2011


On Tue, 2011-03-22 at 16:59 +0100, Xisco Faulí wrote:
> Hello,
> 
> 
> I've just tried to build libreoffice and I get the same problem.
> First I pulled it, then  "export VALGRIND=memcheck" and finally make
> check.

hmm, with VALGRIND=memcheck there is indeed a diff between child and
parent environments, i.e.

LD_LIBRARY_PATH=/home/xisco/libo/clone/ure/sal/unxlngi6.pro/lib:/home/xisco/libo/solver/300/unxlngi6.pro/lib:/usr/lib/debug
-LD_PRELOAD=
+LD_PRELOAD=/usr/lib/valgrind/vgpreload_core-x86-linux.so:/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so
 LESSCLOSE=/usr/bin/lesspipe %s %s
 LESSOPEN=| /usr/bin/lesspipe %s
 LFS_CFLAGS=-D_FILE_OFFSET_BITS=64

I see that coreutils also ran into this problem with their regressions
and valgrind, I've pushed some code to strip LD_PRELOAD from the
comparisons

C.



More information about the LibreOffice mailing list