[Libreoffice-bugs] [Bug 116243] App crash after click in Header or Footer on Writer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 9 15:26:54 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=116243
--- Comment #5 from Gilles Dubois <gillesdubois18 at gmail.com> ---
Hi,
I managed to hard fix the problem. My solution is not acceptable because it's
not generic but i think it can help you :)
The problem that cause the crash is :
E/libo:sal/osl/unx/file: failed to open
/assets//config/soffice.cfg/modules/swriter/ui/headerfootermenu.ui
As you can see in the printed path there is a folder missing in the path.
Tha path should be :
"/assets/share/config/soffice.cfg/modules/swriter/ui/headerfootermenu.ui"
The file where the crash occurs is "sal/osl/unx/file.cxx" It would be nice to
add more check in the ANDROID part of the path. (think of path integrity check)
I hard fixed the path in this file for testing purposes and it's working I can
now edit and click on the header/footer.
I am using the experimental for 3 months and a lot of crashes I encounter are
due to this behavior. This bug is present in a lot an area of the app, you
should consider making it as a high priority.
Regards,
Gilles Dubois.
--
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/20180409/03c245cb/attachment.html>
More information about the Libreoffice-bugs
mailing list