Description: When creating a pivot table in Calc, upon selecting and dragging the second criterion from the right box into one of the boxes in the left, the software crashes. There is no crash reporter, but a recovery dialogue is offered. I suspect this may again be a form of use-after-free in Objective-C code like Patrick Luby noted in this recent bug with copying cells here: https://bugs.documentfoundation.org/show_bug.cgi?id=161461#c35 Note that I have upgraded in the meantime to a version containing his fix for the copy issue: 24.2.4.2 (X86_64) on macOS 14.5 It is therefore not the same bug, they just feel exactly the same in their behaviour from the users perspective. Best regards, Joel Busch Steps to Reproduce: 1. Make a small table with at least two headers (or use my repro.ods attached) 2. Select the range of the table and create a pivot table using current selection 3. Drag two fields from the right into the boxes of the left (e.g. Serial Number to Data Fields and Wavelength to Row Fields). Actual Results: As soon as you begin the second drag, Calc will crash without a crash reporter but with offering to recover the file. Expected Results: The field gets dragged to the Row Fields list and allows the further creation of the pivot table to progress. Reproducible: Always User Profile Reset: No Additional Info: Version: 24.2.4.2 (X86_64) / LibreOffice Community Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2 CPU threads: 16; OS: macOS 14.5; UI render: Skia/Raster; VCL: osx Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded
Created attachment 195233 [details] Table with fake data for reproduction There is nothing special about the data, it's just some fake data to make reproduction easier because you can immediately create a pivot table from it.
Thanks for reporting this issue. This is a duplicate of bug 161461 which is fixed in LibreOffice 24.2.5.2 -> https://blog.documentfoundation.org/blog/2024/07/11/libreoffice-24-2-5/ *** This bug has been marked as a duplicate of bug 161461 ***
I'm sorry guys, I'm wrong. My organisation has downgraded my Libreoffice... I can instead confirm that this issue is fixed in: Version: 24.2.5.1 (X86_64) / LibreOffice Community Build ID: 2ccb78ad6bdfe3f3356a7a7f294ec388775c5816 CPU threads: 16; OS: macOS 14.5; UI render: Skia/Raster; VCL: osx Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded Likely together with the copy paste fix. Thanks and sorry for the noise! Best, Joel