Try to retain last full name of a zombie process.
Once a process goes zombie on Linux, /proc/PID/cmdline gets empty. So, when we detect it is a zombie we stop reading this file. For processes that were zombies before htop started, there's no way to get the full name. Closes #49.
Showing
+3 -3
Please register or sign in to comment