[Libreoffice-bugs] [Bug 134796] FILESAVE: big document with password can't be open afterwards
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 14 10:11:31 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134796
Xisco Faulí <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dennisfrancis.in at gmail.com,
| |l.lunak at collabora.com
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
Keywords| |bibisected, regression
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=12
| |5662
Version|7.1.0.0.alpha0+ Master |7.0.0.0.alpha0+
--- Comment #1 from Xisco Faulí <xiscofauli at libreoffice.org> ---
it works fine before
author Dennis Francis <dennis.francis at collabora.com> 2020-01-11 11:51:34
+0530
committer Dennis Francis <dennis.francis at collabora.com> 2020-01-13
12:11:44 +0100
commit 353d4528b8ad8abca9a13f3016632e42bab7afde (patch)
tree a83950338ad79e77594638d9dd60bd073fdd2115
parent 9dce33e6943dec5ff111802ec3e7c338abf56592 (diff)
tdf#125662: do parallel-zip in batches
In this approach the input stream is read one batch (of constant size)
at a time and each batch is compressed by ThreadedDeflater. After
we are done with a batch, the deflated buffer is processed straightaway
(directed to file backed storage).
https://cgit.freedesktop.org/libreoffice/core/commit/?id=353d4528b8ad8abca9a13f3016632e42bab7afde
so I believe this issue was introduced by this commit
Adding Cc: to 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/20200714/ff8ba25b/attachment.htm>
More information about the Libreoffice-bugs
mailing list