[Libreoffice-bugs] [Bug 108793] CRASH - SEGFAULT 11 attempting to open any new document or load an existing document on master
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jul 9 08:37:05 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108793
--- Comment #8 from Chris Sherlock <chris.sherlock79 at gmail.com> ---
I think this has been caused by:
commit f0821f9a347c7752a3c741c3451a2f1630173720
Author: Tamas Bunth <tamas.bunth at collabora.co.uk>
Date: Thu Jun 8 19:56:28 2017 +0200
Cache text layout of statusbar items
Extend lifecycle of SalLayout created by the output device.
A layout is stored for each status bar item and used as a cache.
The layout may be updated through output device method parameters.
This way it's no longer necessary to calculate the layout again and again
when
painting the status bar item multiple times, provided that its text does
not
change.
Change-Id: I6494c2d6b676e8f4fdda2cde6165ff0755fd4fa2
Reviewed-on: https://gerrit.libreoffice.org/38578
Reviewed-by: Tamás Bunth <btomi96 at gmail.com>
Tested-by: Tamás Bunth <btomi96 at gmail.com>
I reverted this and no more crashing.
Given this is a decent stab at solving a painting solution I don't think
reverting is the solution. Unfortunately, I don't know quite how to solve this
one.
--
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/20170709/ee4e8f64/attachment.html>
More information about the Libreoffice-bugs
mailing list