https://bugs.documentfoundation.org/show_bug.cgi?id=125709

--- Comment #20 from Jan-Marek Glogowski <[email protected]> ---
(In reply to Tóth Nikolett from comment #18)
> Created attachment 152166 [details]
> Valgrind log
> 
> Okay, so, I gave it a try at first with another rendering than kde5,
> unfortunately with no success at all, not with gen and neither with qt5. 
> 
> I couldn't yet try the master branch, but will definitely give it a try.
> 
> I ran it with valgrind though, and attached the log. What I exactly did is
> that I started the program with `valgrind --leak-check=yes soffice 2>
> valgrind_log_soffice.log`, created a new document, added a date field,
> double clicked on it, then tried to click on "Additional formats...". It
> crashed, but even though it restarted, valgrind now didn't exit before the
> recovery dialog. So I recovered the document, tried double clicking on the
> field, then "Additional formats...", only to see it crash again. I did the
> recovery process, then exited soffice, and with that, valgrind exited too.

Yup. Because you valgrind'ed bash (see your log: /usr/bin/bash :-).

soffice is a script, run by bash. The script will evaluate VALGRIND=memcheck
and start valgrind correctly with soffice.bin, the "real" LO.

So please use an export or run "VALGRIND=memcheck soffice".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to