zps
zps copied to clipboard
exited processes shown as zombies
I am on Arch Linux and using alacritty as my terminal.
when i executed "zps -l" , it is listing all exited processes from terminal as zombies. If such a process is killed using "zps -p", terminal and tmux sessions are closed.
A screenshot of list of processes shown as zombies :
Hey,
What's the problem here? This is exactly what you will see if you run something like ps aux | grep 'Z'
.
They are zombies.
Just to show executed shell processes, i have attached the above picture. Actual problem is , when i execute "zps -p", terminal and tmux sessions are closed.
It's probably about the TODO#2. Unfortunately it's not implemented yet.