https://bugs.kde.org/show_bug.cgi?id=510046
--- Comment #2 from Nate Graham <[email protected]> --- freezes don't cause a crash, so there won't be a coredump. However you can attach to plasmashell using gdb to generate a backtrace of what it's doing when it's frozen. That would be very helpful. Please run the following in a terminal window: gdb attach -p `pidof plasmashell` bt then press 'c' if it asks you if you want to continue paging Then copy-and-paste the output here. Thanks! -- You are receiving this mail because: You are watching all bug changes.
