7 Feb
2023
7 Feb
'23
8:29 p.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1088#note_23320