https://bugs.kde.org/show_bug.cgi?id=416914
--- Comment #10 from waldauf <[email protected]> --- I need your help. I'm trying to backtrace plasmashell. There are all processes with plasmashell: UID PID PPID C STIME TTY TIME CMD root 1348 868 0 17:09 ? 00:00:00 /usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth2ffded24-6e47-4f4c-a2cd-b76662a96337 --id 1 --start /usr/bin/startplasma-x11 --user waldauf waldauf 1371 1348 0 17:09 ? 00:00:00 /usr/bin/startplasma-x11 waldauf 1437 1371 0 17:09 ? 00:00:00 /usr/bin/plasma_session waldauf 1490 1 5 17:09 ? 00:00:08 /usr/bin/plasmashell When I run gdb I see this: $ gdb --pid `pidof plasmashell` 2>&1 | tee kwin.gdb GNU gdb (GDB) 9.1 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". Attaching to process 1490 ptrace: Operation not permitted. (gdb) continue The program is not being run. (gdb) The program is not being run. (gdb) What I'm doing wrong? -- You are receiving this mail because: You are watching all bug changes.
