Fix: infinite loop in tree view on macOS
Fixes #688, the bug regressed on 584a9bce. On Mac OS X 10.11.6, all processes have their parents since there's a special process named "kernel_task", whose PID and PPID are 0. As a result, `this->processes` is never changed causing infinite `while`.
Please register or sign in to comment