Bug 161486 - LibreOffice Base keeps crashing on Debian Testing.
Summary: LibreOffice Base keeps crashing on Debian Testing.
Status: RESOLVED DUPLICATE of bug 161073
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
24.2.3.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-10 02:42 UTC by Dreng Tregan
Modified: 2024-06-10 07:14 UTC (History)
1 user (show)

See Also:
Crash report or crash signature: ["libc.so.6"]


Attachments
This file is the result of command `strace -o "Crash_LO_Base.strace" libreoffice "Database.odb"`. (871.39 KB, text/plain)
2024-06-10 03:08 UTC, Dreng Tregan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dreng Tregan 2024-06-10 02:42:06 UTC
This bug was filed from the crash reporting server and its id is br-6aad39ee-ddf3-4d6f-8821-cb11a29b3fad.
On Debian Testing, LibreOffice Base keeps crashing when it opens an *.odb file. An error message "free(): double free detected in tcache 2" can be seen when LibreOffice is run in terminal.
Comment 1 Dreng Tregan 2024-06-10 03:08:57 UTC
Created attachment 194618 [details]
This file is the result of command `strace -o "Crash_LO_Base.strace" libreoffice "Database.odb"`.
Comment 2 Julien Nabet 2024-06-10 07:14:46 UTC
It should be fixed from 24.2.4

Meanwhile, you can use this workaround:
in a term/console, type:
export SAL_USE_VCLPLUGIN=gen;soffice --base

it will prevent from using gtk rendering.

*** This bug has been marked as a duplicate of bug 161073 ***