mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-22 05:56:38 +03:00

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.