nix-top icon indicating copy to clipboard operation
nix-top copied to clipboard

Nix-top fails if run in nonexistant folder in /proc

Open schuelermine opened this issue 3 years ago • 0 comments

To reproduce:

  • Create a process
  • Note down that process’ PID as $pid
  • cd to /proc/$pid
  • Kill the process
  • Launch nix-top

Expected behaviour:

Nix-top launches normally

Actual behaviour:

Error messages get spewed into the terminal about not being able to find the parent directory

schuelermine avatar Nov 26 '21 16:11 schuelermine