Bug 161980 - EDITING: Crash when creating Pivot Table
Summary: EDITING: Crash when creating Pivot Table
Status: RESOLVED DUPLICATE of bug 161461
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
24.2.4.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-10 11:18 UTC by foo
Modified: 2024-07-10 12:20 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
simple example data set (9.61 KB, application/vnd.oasis.opendocument.spreadsheet)
2024-07-10 11:18 UTC, foo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description foo 2024-07-10 11:18:43 UTC
Created attachment 195204 [details]
simple example data set

Version: 24.2.4.2 (AARCH64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: macOS 14.5; UI render: Skia/Raster; VCL: osx
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

With a simple data set (attached):

a	b	c
1	2	3
2	3	4
3	3	3

1. Data > Pivot Table > Insert
2. Current selection (highlights 4x3 data set)
3. Ok
4. Drag "a" to Column fields
5. Drag "b" to Row fields

After starting drag in step 5, application crashes and starts Document Recovery.

Nothing is logged to stdout/stderr if started from the command line.
Comment 1 Xisco Faulí 2024-07-10 11:36:32 UTC
Thanks for reporting this issue.
Since you are using macos, it looks like a duplicate of bug 161461

@Patrick, could you please confirm it's a duplicate ?

*** This bug has been marked as a duplicate of bug 161461 ***
Comment 2 Patrick (volunteer) 2024-07-10 11:44:19 UTC
(In reply to Xisco Faulí from comment #1)
> @Patrick, could you please confirm it's a duplicate ?

I can confirm that this is a duplicate of tdf#161461.

@foo: The fix for this bug is now available.


Mac App Store
-------------

If you bought LibreOffice in the Mac App Store, you can get the fix by opening the App Store application on your Mac and selecting the Store > Updates menu item.


LibreOffice download website
----------------------------

If you downloaded LibreOffice directly from the LibreOffice website, LibreOffice 24.2.5.1 (a pre-release that contains the fix) can be download from the following TDF website links:

Mac Silicon:
https://www.libreoffice.org/download/download-libreoffice/?type=mac-aarch64&version=24.2.5

Mac Intel:
https://www.libreoffice.org/download/download-libreoffice/?type=mac-x86_64&version=24.2.5
Comment 3 foo 2024-07-10 12:20:19 UTC
Confirmed as working in 24.2.5.1, thanks.