valgrinding with python stuff active

Stephan Bergmann sbergman at redhat.com
Mon Sep 10 03:28:33 PDT 2012


On 09/09/2012 12:45 AM, Julien Nabet wrote:
> So in
> http://wiki.documentfoundation.org/BugReport#How_to_get_valgrind_log_.28on_Linux.29
> page, should I add this:
>
> export G_SLICE=always-malloc
>
> before this:
>
> valgrind --tool=memcheck --num-callers=50 --trace-children=yes
> ./soffice.bin 2>&1 | tee /tmp/valgrind.log

Fixed now as 
<https://wiki.documentfoundation.org/index.php?title=BugReport&oldid=55245#How_to_get_valgrind_log_.28on_Linux.29>; 
the real fix is to valgrind soffice rather than soffice.bin (as the 
former shell script already takes care of setting G_SLICE=always-malloc 
etc. when run under valgrind memcheck).

Stephan


More information about the LibreOffice mailing list