[Bug 49329] critical section timeout on prefix creation

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jun 15 06:55:46 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49329

Huw Davies <huw.davies at physics.ox.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
      Fixed by SHA1|                            |552bc8aa4703b674747df36c591
                   |                            |038da17c0c858
                 CC|                            |huw.davies at physics.ox.ac.uk

--- Comment #1 from Huw Davies <huw.davies at physics.ox.ac.uk> ---
Should be fixed by 552bc8aa4703b674747df36c591038da17c0c858

After the keyed event code was moved to the unix lib, RtlWaitOnEvent no longer
used the default event (it used the global keyed_event in the non-unix lib).
At this point RtlWakeAddress* should have been changed to use that global
rather than the default.

This wasn't evident on Linux as there are fast paths there that avoid keyed
events.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list