KDE Plasma - Everything is crashing lately?

Since the last one or two dnf updates in the last month, I’ve noticed desktop apps are crashing a lot (I think they are segfaulting, occasionally they choose to share that info if I start them from a terminal.)

Pretty much all apps I use are doing this - Chrome, LIbreoffice, Okular, Konsole, etc. The crash seems to happen when closing a file chooser dialog with “OK”, and often the app that crashes is not the one I’m choosing a file for.

I tried switching back to Xorg from Wayland, didn’t seem to make a difference.

Anyone else seeing this?

Operating System: Fedora Linux 40
KDE Plasma Version: 6.3.3
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.13.9-100.fc40.x86_64 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 6600H with Radeon Graphics
Memory: 14.6 GiB of RAM
Graphics Processor: AMD Radeon 660M
Manufacturer: AZW
Product Name: SER
System Version: Version 1.0

What do the system and user logs contain when the crashing happens?

You can use sudo coredumpctl to find out what crashed and then get details that should help identify a possible cause.

Well, it looks like some of my cores are being kept after all …

Sun 2025-04-13 10:24:56 PDT 39680 501 501 SIGSEGV none     /usr/bin/okular   
Sun 2025-04-13 10:50:51 PDT  3536 501 501 SIGSEGV present  /usr/bin/konsole  
Sun 2025-04-13 22:13:55 PDT 15193 501 501 SIGSEGV none     /usr/lib64/libreoffi
Mon 2025-04-14 09:18:49 PDT 31328 501 501 SIGABRT none     /usr/lib64/libreoffi

The latest libreoffice was running in a terminal:

> kf.kio.filewidgets.kfilefiltercombo: KFileFilterCombo::setCurrentFilter: Could not find file filter KFileFilter(MIME patterns: QList() File patterns: QList("*.ods") label: "ODF Spreadsheet (.ods)")
> ....

I don’t have all the extra stuff I need to get anything useful out of gdb, but I’m going to skip that for now and see if something gets patched soon.

We are not hearing about this issue from other people yet.
That suggests it’s something about your system that is the cause.

If you can get to the point of getting stack trace out of the crashes it will go a long way to help figure out what is wrong.

1 Like

Thanks for the encouragement. There is a big pile of debuginfo to be downloaded …

I did switch back to the “native” file dialogs in Libreoffice, and so far no crashes.

Don’t know if it helps, but seeing that you’re on Plasma 6.3.3 – I’ve had a very unstable system with that version too, and upgrading to Plasma 6.3.4 solved it for me. Is 6.3.4 available for F40? (I’m on F41.)

1 Like

6.3.4 isn’t posted to F40 yet.

I just got a reasonable stack from the terminal. In this case LIbreoffice crashed while I was selecting a file in Chrome. This has to do with message passing between apps and the window manager, doubt there is much I can do for now (except upgrade.)

Fatal exception: Signal 11
Stack:
/usr/lib64/libreoffice/program/libuno_sal.so.3(+0x3fe46)[0x7ff06edf3e46]
/usr/lib64/libreoffice/program/libuno_sal.so.3(+0x40032)[0x7ff06edf4032]
/lib64/libc.so.6(+0x40fd0)[0x7ff06eaf9fd0]
/lib64/libQt6Widgets.so.6(_ZNK7QWidget6layoutEv+0x8)[0x7ff0573d60e8]
/lib64/libQt6Widgets.so.6(_ZNK11QMainWindow7menuBarEv+0x16)[0x7ff057553ee6]
/usr/lib64/qt6/plugins/styles/breeze6.so(+0x769f1)[0x7ff04bfdd9f1]
/lib64/libQt6Core.so.6(+0x20e16e)[0x7ff057c0e16e]
/lib64/libKF6ConfigCore.so.6(_ZN14KConfigWatcher13configChangedERK12KConfigGroupRK5QListI10QByteArrayE+0x3d)[0x7ff065e25cad]
/lib64/libKF6ConfigCore.so.6(+0x615f0)[0x7ff065e2e5f0]
/lib64/libKF6ConfigCore.so.6(_ZN14KConfigWatcher11qt_metacallEN11QMetaObject4CallEiPPv+0x72)[0x7ff065e2e7f2]
/lib64/libQt6DBus.so.6(+0x4a257)[0x7ff05717a257]
/lib64/libQt6Core.so.6(_ZN7QObject5eventEP6QEvent+0x142)[0x7ff057bff8a2]
/lib64/libQt6Widgets.so.6(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x88)[0x7ff05738d9b8]
/lib64/libQt6Core.so.6(_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent+0x150)[0x7ff057ba7510]
/lib64/libQt6Core.so.6(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x331)[0x7ff057baaec1]
/lib64/libQt6Core.so.6(+0x4a3bdf)[0x7ff057ea3bdf]
/lib64/libglib-2.0.so.0(+0x5ce8c)[0x7ff067ccee8c]
/lib64/libglib-2.0.so.0(+0xbec98)[0x7ff067d30c98]
/lib64/libglib-2.0.so.0(g_main_context_iteration+0x33)[0x7ff067cd0383]
/lib64/libQt6Core.so.6(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x73)[0x7ff057ea3333]
/usr/lib64/libreoffice/program/libvclplug_qt6lo.so(_ZN10QtInstance9ImplYieldEbb+0xab)[0x7ff065d8909b]
/usr/lib64/libreoffice/program/libvclplug_qt6lo.so(_ZN10QtInstance7DoYieldEbb+0xae)[0x7ff065d8918e]
/usr/lib64/libreoffice/program/libvcllo.so(+0x582cfe)[0x7ff06b382cfe]
/usr/lib64/libreoffice/program/libvcllo.so(_ZN11Application7ExecuteEv+0x7d)[0x7ff06b382edd]
/usr/lib64/libreoffice/program/libsofficeapp.so(+0x407b6)[0x7ff06ed007b6]
/usr/lib64/libreoffice/program/libvcllo.so(_Z10ImplSVMainv+0x412)[0x7ff06b398a02]
/usr/lib64/libreoffice/program/libsofficeapp.so(soffice_main+0x13e)[0x7ff06ed1cfce]
/usr/lib64/libreoffice/program/soffice.bin(+0x10c7)[0x559c80ff60c7]
/lib64/libc.so.6(+0x2a088)[0x7ff06eae3088]
/lib64/libc.so.6(__libc_start_main+0x8b)[0x7ff06eae314b]
/usr/lib64/libreoffice/program/soffice.bin(+0x1105)[0x559c80ff6105]

We will need other stack traces to see if there is a pattern.

Would mark as solution: Upgrading to F41 has either made this behavior stop or else it is infequent enough that it hasn’t occurred in the three days since the upgrade.

Glad you have a stable system again! :+1: :smiley: