https://bugs.winehq.org/show_bug.cgi?id=50988
Bug ID: 50988 Summary: New ProcessBasicInformation() failure in kernel32:process Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
kernel32:process has a new test failure which happens on all test configurations from Vista to the latest Windows 10:
process.c:4206: Test failed: ProcessBasicInformation info modified
See: https://test.winehq.org/data/tests/kernel32:process.html
This failure was introduced by the following commit:
commit fdf6d7de2e77f0986b01532c4e1913602e006d6b Author: Alexandre Julliard julliard@winehq.org AuthorDate: Thu Mar 11 18:04:48 2021 +0100 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Thu Mar 11 18:10:42 2021 +0100
kernel32/tests: Add some tests for the behavior of queries on a dead process.
Signed-off-by: Alexandre Julliard julliard@winehq.org