Description: CRASH on file opening Steps to Reproduce: 1. Attempt to open attachment 145419 [details] (bug 120351) -> Crash after 3 minutes or so Actual Results: Crash Expected Results: No crash & very long loading time Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 156816 [details] bt with debug symbols On pc Debian x86-64 with LO Debian package <ith master sources updated today, I got an assertion.
Created attachment 156817 [details] Flamegraph Here's a Flamegraph after having waited a bit at the opening.
I confirm crash with Version: 6.5.0.0.alpha0+ (x64) Build ID: e26d89371f0e4f41476c9a99be01d98dedb76776 CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: default; VCL: win; Locale: de-DE (de_DE); UI-Language: en-GB Calc: threaded
The file can be opened, following bug 120351. So a regression i guess
Also reproducible in Version: 6.5.0.0.alpha0+ Build ID: d5047c4a1cbae1cb2b57ed435ecd63e6817506d3 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
bisecting it... just saying because it's going to take a while...
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=a991ad93dcd6807d0eacd11a50c2ae43a2cfb882 author Jan-Marek Glogowski <jan-marek.glogowski@extern.cib.de> 2019-10-22 12:24:43 +0200 committer Jan-Marek Glogowski <glogow@fbihome.de> 2019-10-28 14:48:51 +0100 commit a991ad93dcd6807d0eacd11a50c2ae43a2cfb882 (patch) tree e2ca253f2106438fd18606e188c5a1e28a6bc3d2 parent e70ccc06094bec12d1947328b98ea040b46d08fc (diff) tdf#121441 improve DOCX footnote import Bisected with: bibisect-linux64-6.4 Adding Cc: to Jan-Marek Glogowski
Created attachment 157282 [details] Simpler, much smaller reproducer with page break endnote
(In reply to Jan-Marek Glogowski from comment #8) > Created attachment 157282 [details] > Simpler, much smaller reproducer with page break endnote I do confirm a991ad93dcd6807d0eacd11a50c2ae43a2cfb882 also introduced the crash with the minimized file
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b87af9775167002d36a3bc16cb308ea7895d7ea0 tdf#129659 DOCX check global footnote context It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/a0db764766dffe868ba3075901326ed6410ea037 tdf#129659 DOCX check global footnote context It will be available in 6.4.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.0.0.0.alpha0+ Build ID: c81c383be787ec5f9acbca51f75ea5b28b63c63a 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 @Jan-Marek, thanks for fixing this issue!!