Hello,
I try to open an odt-file that I created with Libreoffice 25.2.7.2. Unfortunately this file is crashing Libreoffice 25.8.3, both rpm and flatpak version.
Now, I wanted to get a debug log from the rpm version, however I didn’t get far.
So far I did:
dnf debuginfo-install oowriter and dnf debuginfo-install libreoffice. In fact I installed all the debug-info for every libreoffice-package.
I then run gdb oowriter, this however gives “/usr/bin/oowriter”: not in executable format: file format not recognized
Same with gdb libreoffice and gdb soffice.
I then checked coredumpctl list to see if I can find the crash there, however I cannot find it there.
So how to debug this libreoffice crash further?