SUMMARY Crash happens without a notification. No backtrace available. I am running Fedora 38, KDE, Wayland. I have multiple instances of Dolphin on virtual desktops. When I unplug the Thunderbolt plugin, the screen rearranges, but no crash happens. After plugging the Thunderbolt back in, *a single* instance of Dolphin exists with no crash notification. I tried executing Dolphin from a terminal to see if I could get some standard output, but that instance did not crash. On my docking station I have: mouse, keyboard, Jack headphones, Ethernet, 2 external monitors and the laptop monitor is set to be disabled. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 38 Kernel: 6.4.4-200.fc38.x86_64 (64-bit) (available in About System) KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION I haven't noticed any other program exiting like this.
There is a typo in the Description, should have been: ``` *a single* instance of Dolphin exits with no crash notification. ```
Created attachment 162177 [details] Output of journalctl -f Adding the output of journalctl just before plugging the Thunderbolt in. Note the line: okt 09 15:30:25 fedora plasmashell[358272]: KCrash: Application 'dolphin' crashing...
Hi! Thank you for your bug report. If you can reproduce this issue, could you try obtaining a backtrace with debug symbols? The wiki has instructions: https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Thanks!
Created attachment 163109 [details] gdb stack trace
The crash reporting daemon does not catch this crash for some reason. I downloaded the debuginfo packages and ran Dolphin in gdb. I will keep the stopped process running for as long as possible, so you can ask about variables and so...