https://bugs.kde.org/show_bug.cgi?id=459368
--- Comment #3 from Fushan Wen <qydwhotm...@gmail.com> --- (In reply to Iyán Méndez Veiga from comment #2) > I will try to provide those in a bit. How should I exactly do this? I > restart the system, attach gdb to the plasmashell process and then connect > to the docking station so it crashes? How can I do it for the > kscreen_osd_service? It doesn't seem to be running all the times. Have you installed coredumpctl? run `coredumpctl --no-pager` to see the PID of plasmashell/kscreen_osd_service, and run `coredumpctl gdb <PID>` to get the backtrace. -- You are receiving this mail because: You are watching all bug changes.