https://bugs.kde.org/show_bug.cgi?id=434653
--- Comment #10 from Alex <[email protected]> --- (In reply to David Edmundson from comment #8) > When frozen can you run > > sudo gdb --pid `pidof plasmahell` > > wait for it to attach then type "bt" > > and attach the log Your command is not working sudo gdb --pid `pidof plasmahell` "gdb: option '--pid' requires an argument Use `gdb --help' for a complete list of options." sudo gdb --pid=`pidof plasmahell` "...Type "apropos word" to search for commands related to "word". Argument required (process-id to attach). (gdb) bt No stack. (gdb) " What should I do? -- You are receiving this mail because: You are watching all bug changes.
