https://bugs.freedesktop.org/show_bug.cgi?id=72929
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Eike Rathke <[email protected]> --- Effectively it doesn't freeze, it just would take a day or two to complete ;-) @Kohei: Problem is a large multi_type_vector result matrix (entire column, 1048576 rows) of a jump matrix. The result matrix is initialized to error values (needed in case interpret ends prematurely due to errors encountered) i.e. double values. Subsequent string results each lead to the initial block being shrunk by one and a string appended to a (first time inserted new) block. All together a significant overhead. Called from sc/source/core/tool/interpr1.cxx ScInterpreter::JumpMatrix() line 570 via pResMat->PutString(aStr, nC, nR) on master in this case. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
