https://bugs.kde.org/show_bug.cgi?id=499634
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Marco Martin <[email protected]> --- one thing that might be done while the plasma process is hang is to attach the gdb process to it then doing a backtrace: ps -C plasmashell -o pid h it will output the pid number then gdb attach pidnumber when is started up, hit ctrl+c then type bt it should output a full backtrace, it might be useful if gdb complains it has no permissions to attach to the process, it might be necessary to run this command beforehand: echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope -- You are receiving this mail because: You are watching all bug changes.
