Created attachment 165790 [details] Test document with steps to reproduce crash This bug was filed from the crash reporting server and is br-4cec9caf-8105-4ebc-9388-e0980519b5c3. ========================================= 1. Use Basic macro (in test document). 2. Assign that macro to a key (I used Ctrl-K) 3. Use assigned key in text document, no problem. 4. Use assigned key in a textbox (example given in text document), reproducible crash. This crash report was produced with: Version: 7.0.0.0.beta2 (x64) Build ID: 1c213561a365b5666167321de68c9977500c9612 CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: da-DK (en_DK); UI: en-US Calc: threaded
Created attachment 165801 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I could reproduce this.
For the record, the cursor must be inside the textbox
Also reproduced in Version: 5.2.0.0.alpha0+ Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53 Threads 4; Ver: 5.7; Render: default; Locale: en-US (en_US.UTF-8)
Also reproduced in Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)
Dear sdc.blanco, 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
Still repro in Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 48b9cbc742de3f6120986cb6cafc92eb5009da82 CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: ru-RU Calc: threaded Andreas, Mike, possibly you will be interesting with it
LO does not crash if the macro will be executed directly in the basic editor.
(In reply to Andreas Heinisch from comment #7) > LO does not crash if the macro will be executed directly in the basic editor. I tried to start macro from main menu, crash still repro
In the main menu it indeed crashes too.
Reproduced in OOo 3.3 and LO 7.5.9. Not reproduced anymore in: Version: 24.2.2.2 (X86_64) / LibreOffice Community Build ID: d56cc158d8a96260b836f100ef4b4ef25d6f1a01 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 Bibisect fix with linux-64-24.2 to first good build [b497d3d200aad6a5946b4d5fcc50742b71521fc3] which points to a72dad4e4c0d41b61e453919401fcefc8e5e9b43 which is a cherrypick of: commit 19062c98da5b2e9edc7a99068fa06a83c7578826 author Matt K Thu Jan 11 20:37:01 2024 -0600 committer Mike Kaganski Sat Jan 13 18:21:02 2024 +0100 tdf#132810 Prevent crashes with gallery objects Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161950 Thanks Matt!