https://bugs.winehq.org/show_bug.cgi?id=49896
--- Comment #8 from Esme Povirk madewokherd@gmail.com --- The function crashing in mono is flush_thread_interrupt_queue where it does this: WaitForSingleObjectEx (GetCurrentThread (), 0, TRUE);
I have no idea why this would ever crash.