[Bug 53146] New: kernel32:process - test_handle_list_attribute() has a rare failure on Windows 10 1607+

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jun 12 19:13:56 CDT 2022


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

            Bug ID: 53146
           Summary: kernel32:process - test_handle_list_attribute() has a
                    rare failure on Windows 10 1607+
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

kernel32:process - test_handle_list_attribute() has a rare failure on Windows
10 1607+:

On Windows 10 1607:
process.c:4288: Test failed: Unexpected return value, error 127.

where 127 == ERROR_PROC_NOT_FOUND

And on Windows 10 1709+:
process.c:4288: Test failed: Unexpected return value, error 203.

203 == ERROR_ENVVAR_NOT_FOUND which is a bit strange

https://test.winehq.org/data/patterns.html#kernel32:process

The failure rate is about 5.3%.

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