On Tue Feb 7 20:29:54 2023 +0000, Rémi Bernon wrote:
I've restored the `pthread_join` call, as otherwise the process is classified as zombie, which breaks several things (and for instance the memory report in `/proc/self/status` which `ntdll:info` was using).
Strange, I would have assumed `pthread_detach()` was there precisely to avoid the dying thread to become a zombie. However, that's fine.