Description: After File->Reload, if the user attempts to close the main window (with window-manager controls) too quickly, LibreOffice aborts with a SEGFAULT. Attached is a backtrace Steps to Reproduce: 0. Set Macro security to "Medium" (prompt before enabling macros) 1. Load the attached "t.ods" ENABLE macros when prompted 2. File->Reload ENABLE macros when prompted Then *immediately* try to close the window by clicking the "X" in the window-manager title bar. Actual Results: Abort dialog, asking user if they want to report it Expected Results: LO should ignore or defer responding to Window Manager events while in a critical section. Reproducible: Always User Profile Reset: No Additional Info: .
Created attachment 166017 [details] t.ods (large spreadsheet, see STEPS TO REPRODUCE)
Created attachment 166018 [details] gdbtrace.log
Version: 7.1.0.0.alpha0+ Build ID: dda71436b8594fb0669b3ac06c02a3997a0674be CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-09-30_21:07:01 Calc: threaded
Created attachment 166059 [details] bt with debug symbols Here's a bt retrieved on pc Debian x86-64 with master sources updated today.
Dear Jim Avera, 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 https://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://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Reproduced with 7.0.0.3 with signature "SfxViewFrame::UpdateDocument_Impl" (as in comment 4): https://crashreport.libreoffice.org/stats/crash_details/3725a3b2-936a-4858-b182-9bce941d1792 Not reproduced in 7.1.0.3 nor in recent daily build: Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: ce454f382d0d005dd3de021c7820be3ffa0bb582 CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: CL threaded Bibisected the fix with linux-64-7.1 repo to first good build [4477bc3a11a32feb31378f49d0eb7b9db0f9c5d6] which is: commit a5b3211f072d982e1ee136e864f153836c76a5ca author Xisco Fauli Thu Nov 05 20:35:09 2020 +0100 committer Xisco Fauli Fri Nov 06 09:53:04 2020 +0100 tdf#134161: Revert "tdf#132137 Rename Default Style in Calc." Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105381 Indeed, it started with 95f0a01a943961db415b6d036b6b4e1e54292716 ([6daa1cb2d5626be1ef9341eb15170a2bea8f02b5] in linux-64-7.0 bibisect repo). Marking as duplicate. (But wondering if there would be other sluggish sample files where this would be reproducible?) *** This bug has been marked as a duplicate of bug 134161 ***