[Bug 48642] kernel32:process contains a race condition in test_WaitForJobObject()

WineHQ Bugzilla wine-bugs at winehq.org
Fri Mar 13 18:43:07 CDT 2020


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

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
      Fixed by SHA1|                            |5a66e3e0d82ee55b78095be1a86
                   |                            |68639107e6bb5

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
This is fixed.

commit 5a66e3e0d82ee55b78095be1a8668639107e6bb5
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Mar 11 09:28:44 2020 +0100

    kernel32/tests: Fix a race condition in test_WaitForJobObject().

    Synchronize with the child process to ensure it does not exit before
    being added to the test job.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48642
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
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