[RFC PATCH] ntdll: Swallow crashes once pthread_exit() has been called.

Giovanni Mascellani gmascellani at codeweavers.com
Mon Dec 20 02:38:27 CST 2021


Hi,

On 17/12/21 23:02, Chip Davis wrote:
> This won't work on platforms other than Linux, and not just because
> only Linux has the __NR_* symbols for syscall numbers.
Thanks for the feedback. The idea of that call is to immediately exit 
the thread without further cleanup, but signalling a clean exit. I don't 
think there is a way to do that portably. Which are the "supported" 
platforms I should care about for a non-portable patch to be accepted?

That said, the patch was a RFC mostly to ask whether the idea of the 
solution seems good or not.

Giovanni.



More information about the wine-devel mailing list