commit | e97aeb6dea6ed654d599527c1f1d521e576743b4 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Mar 21 19:25:33 2017 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Mar 21 19:25:33 2017 -0500 |
tree | 577c38f71fa2ae0da453cfebb2e7c0b755a240f4 | |
parent | 47d07dc1554348b3b3a920627a538bd7164aeb8e [diff] |
dirtree_flagread() returns DIRTREE_ABORTVAL when the initial node doesn't exist, which can hit ps when /proc isn't there or /proc/$PID/task isn't there (because process exited between the time we checked its contents and the time we looked for its threads).