Created attachment 125390 [details] docx file I noticed that it was impossible to work on certain .docx file. Well libreoffice opens it but it hangs and basically it is unusable I even tried to export this file as open document but still same issue. I am attaching the docx file.
Confirmed with v5.2.0.0a1 under ubuntu 16.04 x64.
Thanks for reporting Levan. I confirm the problem in daily20160525 on Ubuntu 32 bits. Loading takes long ; working in the document not possible. Writer continuously fights with the page count. Looks as if a/the table(s) have something to do with it. I see there is change tracking too in the document. Turning of showing the changes (waiting...) makes that the file is editable.. But then SaveAs takes a huge time again... Opening in 3.3.0 is a pain too.
thus new
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
still the same problem in Version: 6.1.0.0.alpha0+ Build ID: a9b202a6b7000e7af34f2a639ca207122a3968bf CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-12-26_23:09:36 Locale: nl-NL (nl_NL.UTF-8); Calc: group threaded
unchanged in 6.3 master
Hi Julien, would it be possible to have a perf graph for this issue ?
it seems it takes much longer to open it in master than in the past Version: 7.0.0.0.alpha0+ Build ID: fd1cd5522283f279a01d6d673f676a1346e9358b CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded
Created attachment 158953 [details] perf flamegraph Here's a Flamegraph retrieved on pc Debian x86-64 with master sources updated today. After more 30 secs, the document still wasn't loaded (Ryzen 2600, 32Gb)
Using 'time OOO_EXIT_POST_STARTUP=1 instdir/program/soffice' it takes real 3m58,908s user 3m57,239s sys 0m1,646s in Version: 7.0.0.0.alpha0+ Build ID: fd1cd5522283f279a01d6d673f676a1346e9358b CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded and real 1m38,501s user 1m37,409s sys 0m1,048s in Version: 6.4.0.0.alpha1+ Build ID: 9bc848cf0d301aa57eabcffa101a1cf87bad6470 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded will report it in another issue... @Julien, thanks for the perfgraph
I can't reproduce the runtime slowness in newer versions. The redlinehide work seems to have solved that part around 6.2. Now fileopen got worse because of the regressions bibisected in bug #131546 and bug #136227 but once opening is finished and all pages are rendered, Writer is responsive to scrolling and editing, just as reported in bug #101149 comment #15.
If accept all tracked changes in the document, save and close it and then try open it again, then LO opens it much faster Version: 7.4.0.0.alpha1+ (x64) / LibreOffice Community Build ID: b6266207b55a7633dc82b02142215757512adfb7 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Vulkan; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: threaded
Opening time was reduced a bit in 7.4.5 with https://git.libreoffice.org/core/+/3998b98749739b2c499ffc4d83188e1034b66750 author Miklos Vajna <vmiklos@collabora.com> Mon Dec 19 08:47:18 2022 +0100 committer Mike Kaganski <mike.kaganski@collabora.com> Thu Dec 22 06:12:45 2022 +0000 sw: ODT import/export of DOCX's paragraph marker formatting from $ time OOO_EXIT_POST_STARTUP=1 isw --norestore 1\(1\).docx real 3m5,483s to $ time OOO_EXIT_POST_STARTUP=1 isw --norestore 1\(1\).docx real 2m13,181s and in recent bibisect-7.6 master: $ time OOO_EXIT_POST_STARTUP=1 isw --norestore 1\(1\).docx real 1m25,240s But there is probably still room for improvement, even with the 6.4+ regressions gone :).