[Libreoffice-bugs] [Bug 114251] Hang loading spreadsheet
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Dec 5 11:35:42 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=114251
Xisco FaulĂ <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|possibleRegression |bibisected, bisected,
| |regression
Status|UNCONFIRMED |NEW
CC| |dennisfrancis.in at gmail.com,
| |tml at iki.fi,
| |xiscofauli at libreoffice.org
Version|6.1.0.0.alpha0+ Master |6.0.0.0.beta1
Ever confirmed|0 |1
--- Comment #2 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
Trying to reproduce it, I found sometimes it hungs and sometimes not and I
found a reliable way of reproducing the hang:
1. Launch LibreOffice in safe-mode: instdir/program/soffice --safe-mode
2. Open the document -> It doesn't hang
3. Go to sheet COST -> it hangs
Regression introduced by:
author Tor Lillqvist <tml at collabora.com> 2017-08-29 22:11:06 +0300
committer Dennis Francis <dennis.francis at collabora.co.uk> 2017-11-21
16:09:40 +0530
commit facc02e40557d382f8509f42f2340a692678d0e3 (patch)
tree 8aaf61c9f650aeabbabc50b07d2275114cd82e83
parent 91d0e65018300c259bba7b565bbf82f2e380784d (diff)
Make formula group weight take number of cells referenced into account
And not just the number of rows in the group. This means that even
relatively short formula groups that calculate over large ranges of
cells will be eligible for parallelized calculation. The weight of a
formula group is the number of rows in the group times the weight of
the formula.
The weight of a formula is for now the number of cells referenced by
all cell ranges in the formula, divided by 10. For instance, the
weight of SUM(A1:B100) would be 20. If no cell ranges are used, the
formula's weight is one.
Bisected with: bibisect-linux64-6.0
Adding Cc: to Tor Lillqvist and Dennis Francis
--
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/20171205/1b0ddf5e/attachment.html>
More information about the Libreoffice-bugs
mailing list