https://bugs.documentfoundation.org/show_bug.cgi?id=166334
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |25.2.2.2 release Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #1 from Michael Weghorn <[email protected]> --- Some additional questions, as I can't reproduce this with the Debian-provided libreoffice-kf6 (In reply to Heiko Tietze from comment #0) > the debug information in the console tells me > > kf.kio.filewidgets.kfilefiltercombo: KFileFilterCombo::setCurrentFilter: > Could not find file filter KFileFilter(MIME patterns: QList() File patterns: > QList("*.odt") label: "ODF Text Document (.odt)") I seet that warning with the Debian packaged libreoffice-kf6 as well, but no crashes (neither on Wayland, nor with QT_QPA_PLATFORM=xcb), so it *might* be unrelated. Some additional questions: 1) Since it only happens sometimes: Do you see the mentioned warning on stderr also for the case where it doesn't freeze, or only when it freezes? 2) Can you please attach a backtrace of such a freeze. One way to get one when the situation occurs: * identify PID of the soffice.bin process using `ps faux | grep soffice` * attach GDB to that process: `gdb -p <PID>` (where <PID> is the PID identified in previous step) * once the gdb prompt appears, run GDB command `thread apply all bt` * attach the output here Version: 25.2.2.2 (X86_64) / LibreOffice Community Build ID: 520(Build:2) CPU threads: 32; OS: Linux 6.12; UI render: default; VCL: kf6 (cairo+wayland) Locale: en-GB (en_GB.UTF-8); UI: en-GB Debian package version: 4:25.2.2-1 Calc: threaded Version: 25.2.2.2 (X86_64) / LibreOffice Community Build ID: 520(Build:2) CPU threads: 32; OS: Linux 6.12; UI render: default; VCL: kf6 (cairo+xcb) Locale: en-GB (en_GB.UTF-8); UI: en-GB Debian package version: 4:25.2.2-1 Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
