[Libreoffice-bugs] [Bug 118416] SEGV when Calc exits when it tries to export an image of a whole column on the system clipboard

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 27 15:45:45 UTC 2018


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

--- Comment #2 from Tor Lillqvist <tml at iki.fi> ---
Not sure why I don't get any message from the shell when running soffice and
doing the same thing that the process would have been killed by that SEGV. Does
cairo actually catch it? Anyway, even if it does, surely what the code tries to
do is insane?

The code in ScTransferObj::GetData() already shrinks the range handled in the
case of RTF or RICHTEXT. Most likely it should do that for *all* cases. But
Eike points out on IRC that it should not use the ShrinkToUsedDataArea()
function to do it, as that will apparently drop empty cells that still have
some visible formatting applied to them. Probably it should use
ScTable::GetPrintArea().

-- 
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/20180627/2532a4bd/attachment.html>


More information about the Libreoffice-bugs mailing list