- The ptrace__follow_fork_parent_detached_unrelated_debugger hangs without
the change in sys_process.c. The debugger is hung in wait because when
it calls the last wait, the orphan from the parent is still present,
but after init harvests the parent it stays asleep with no orphans and
no children.