[Libreoffice-bugs] [Bug 125709] FORMAT NUMBER DIALOG: Crash when changing language of date field

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 14 11:27:35 UTC 2019


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

--- Comment #20 from Jan-Marek Glogowski <glogow at fbihome.de> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190614/e9ae50f2/attachment-0001.html>


More information about the Libreoffice-bugs mailing list