https://bugs.winehq.org/show_bug.cgi?id=45546
--- Comment #21 from Zebediah Figura z.figura12@gmail.com --- For what it's worth, it's not clear to me that we need to be concerned with a thread dying before responding to a suspend request. In the case that it crashes, say, wineserver will know, and be able to (say) signal the handle that the suspender is waiting on. In fact, unless I'm mistaken, the thread would need to somehow deadlock before getting to set_suspend_context(), and that's all code we control. I'm not really sure how pathological of a scenario Alexandre wants to account for, though.