https://bugs.winehq.org/show_bug.cgi?id=40008
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Component|kernel32 |ntdll Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Summary|OllyDbg hangs when trying |OllyDbg 2.x hangs when |to pause debuggee |trying to pause debuggee Fixed by SHA1| |72fc2ceaa6ae472a809b4d5c02b | |e98c44388c1b7 URL|http://www.ollydbg.de/odbg2 |https://web.archive.org/web |01.zip |/20140209193012/http://olly | |dbg.de/odbg201.zip
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
this was fixed by commit https://source.winehq.org/git/wine.git/commitdiff/72fc2ceaa6ae472a809b4d5c02... ("ntdll: Use pthread mutexes for uninterrupted sections in the Unix library.").
Part of Wine 5.12 release.
Thanks Alexandre
$ sha1sum odbg201.zip d41fe77a2801d38476f20468ab61ddce14c3abb8 odbg201.zip
$ du -sh odbg201.zip 6.7M odbg201.zip
$ wine --version wine-5.11-327-g72fc2ceaa6a
Regards