after today's updates, I have noticed a python3 zombie process is present:
If I try to kill the ppid Kwin crashes & shuts down in bash mode ...
so i have killed the ppid from there but after a reboot a new pytho zombie process is running
### edit ###
same problem occurs with another KDE neon system (girlfriend) after the update ... she does not like the zombie ;-)
Code:
[FONT=monospace]ps ax -o s,pid,comm,ppid | grep '^Z' [/FONT][FONT=monospace][COLOR=#FF5454][B]Z[/B][/COLOR] 2742 pytho <defunct> 2684 [/FONT]
so i have killed the ppid from there but after a reboot a new pytho zombie process is running
### edit ###
same problem occurs with another KDE neon system (girlfriend) after the update ... she does not like the zombie ;-)
Code:
[FONT=monospace]user 2802 0.0 0.0 0 0 ? Z 18:22 0:00 [python3] <defunct> [/FONT]
Comment