https://bugs.winehq.org/show_bug.cgi?id=46099
--- Comment #14 from Greg Smith codedonewell@gmail.com --- Created attachment 62807 --> https://bugs.winehq.org/attachment.cgi?id=62807 Bug shown here. Waiting thread not notified.
This is a snippet of the wine debug output. It clearly shows that thread 009e waits on address 02c7cf00, and thread 0090 subsequently calls RtlWakeAddressAll on 02c7cf00, but 009e is never sent a *wakeup*. The only mention of thread 009e after this is when it is killed by my <ctrl>+c when I gave up waiting for the app to continue.