[Libreoffice-bugs] [Bug 119922] calc crashes on opening this specific file
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 18 11:26:33 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119922
Noel Grandin <noelgrandin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markus.mohrhard at googlemail.
| |com
--- Comment #11 from Noel Grandin <noelgrandin at gmail.com> ---
The actual problem here is that we are trying to allocate a regression curve
with nPointCount=625001323, which throws a std::bad_alloc, which gets munged a
little bit by the event loop catch block for some reason.
Attached a backtrace.
Which means the most likely culprit commit is this one:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=4c7116413af091a30f5fa60c63d29bc694730518
committer Markus Mohrhard <markus.mohrhard at googlemail.com>
fix odf validation errors around new chart regression curves
I'm guessing that this file is broken, and the above commit improved things by
allowing us to try and load bad data, which we would formerly ignore, which
causes the allocation exception
--
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/20180918/bad5c2b5/attachment.html>
More information about the Libreoffice-bugs
mailing list