Aug. 2, 2023
6:57 p.m.
Currently if a native Unix thread (created by our Unix lib or a native library) is crashing the process just silently terminates without any log record. That happens because segv_handler gets segfault on the first attempt to access TEB (e. g., for logging anything but not just). I think having at least some note of the fact that happened is helpful. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3496