zps icon indicating copy to clipboard operation
zps copied to clipboard

exited processes shown as zombies

Open muralikodali opened this issue 4 years ago • 3 comments

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 :

screenshot_20210121111543

muralikodali avatar Jan 21 '21 05:01 muralikodali

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.

orhun avatar Jan 22 '21 21:01 orhun

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.

muralikodali avatar Jan 23 '21 07:01 muralikodali

It's probably about the TODO#2. Unfortunately it's not implemented yet.

orhun avatar Feb 01 '21 14:02 orhun