Bug 474283 - Dolphin crashes when connecting to Thunderbolt
Summary: Dolphin crashes when connecting to Thunderbolt
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.04.3
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-08 06:07 UTC by Marián Konček
Modified: 2023-11-13 08:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Output of journalctl -f (14.29 KB, text/plain)
2023-10-09 13:41 UTC, Marián Konček
Details
gdb stack trace (13.53 KB, text/plain)
2023-11-13 08:10 UTC, Marián Konček
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marián Konček 2023-09-08 06:07:58 UTC
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.
Comment 1 Marián Konček 2023-09-11 15:03:13 UTC
There is a typo in the Description, should have been:
```
*a single* instance of Dolphin exits with no crash notification.
```
Comment 2 Marián Konček 2023-10-09 13:41:05 UTC
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...
Comment 3 fanzhuyifan 2023-11-03 02:30:49 UTC
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!
Comment 4 Marián Konček 2023-11-13 08:10:07 UTC
Created attachment 163109 [details]
gdb stack trace
Comment 5 Marián Konček 2023-11-13 08:13:01 UTC
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...