Issue was that RFSTOPPED thread can't clean TDB_STOPATFORK, so parent is stuck forever. Tirggered when trying to ptrace linux binary.
Instead of waiting for the new thread to clear TDB_STOPATFORK, tag it as traced in do_fork and let it only notify the debugger when run.