Description: I have an odt document created with LibreOffice 24.2.4 x86_64 (51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2) that crashes writer when I try to export it as PDF. Steps to Reproduce: 1. Open odt document 2. Try to export as PDF (click PDF icon from the top toolbar) Actual Results: Writer crashes Expected Results: Writer exports to PDF Reproducible: Couldn't Reproduce User Profile Reset: No Additional Info: It is possible that I tried to close Writer before it finished exporting. I'm not sure.
Created attachment 202443 [details] output of flatpak-coredumpctl The output of: flatpak-coredumpctl --gdb-arguments "--batch -ex \"t a a bt\"" org.libreoffice.LibreOffice
Created attachment 202444 [details] Detailed backtrace The output of: flatpak-coredumpctl --gdb-arguments "--batch -ex \"bt full\"" org.libreoffice.LibreOffice
PLease attach the document. Thank you.
Unfortunately, I'm unable to attach the document. It's been privately shared with me and I do not have permission to distribute it.
(In reply to Mihai Donțu from comment #4) > Unfortunately, I'm unable to attach the document. It's been privately shared > with me and I do not have permission to distribute it. Hi Mihai, Would it be possible to share the document with me privately so I can investigate the issue ? Thanks in advance
Hi Xisco, I have asked but I did not get the OK. I'm sorry. Regards,
Mihai, you can try 3 more things, without sharing the file: - the simple one, reset user profile and see if the problem is gone ((<https://wiki.documentfoundation.org/UserProfile>)) - the harder one: install more versions: maybe 25.2 or 24.8 and see if the problem is gone with them. So, we will know the version that broke the file export. - the hardest one, try to bibisect this problem. (https://wiki.documentfoundation.org/QA/Bibisect/Linux)
The file export is not broken. I mentioned in the description that I might've waited too little for the export to complete before closing Writer and now I managed to confirm. But it's not closing the app that triggers it (somehow that's blocked during the export), it's closing the document that does it. The odt file has 435KiB and 791 pages (870k characters). The export to PDF takes ~2s on my Ryzen 7 7840HS. It can take a bit longer if it catches my system (Fedora 43) in a bad moment. Nevertheless, I tried resetting the profile. The issue reproduces still. It feels like a simple race triggered by an unusual user action.