Theodore Dubois 95f6413813 Guard against zombie tasks in /proc/pid files
Found this while trying to fix git annex. If you interrupt it while it
tries to run ssh using a control master, the init process will die and
then hang during the exit process trying to close its FDs. If you then
run ps, as I did, you get an asan report in proc_pid_stat_show because
task->mm is bad.
2020-04-18 20:02:45 -07:00
..
2019-01-21 12:20:43 -08:00
2020-04-12 17:07:47 -07:00