https://bugs.winehq.org/show_bug.cgi?id=54094
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
--- Comment #1 from François Gouget fgouget@codeweavers.com --- test_services_exe() sometimes gets an extra failure:
process.c:4981: Test failed: got 0xc0000004 process.c:4999: Test failed: got services.exe SessionId 1
There are only 2 instances of this extra failure over a 6 months period: * 2022-08-28 on w1064-adm (21H2, 64-bit) * 2022-11-28 on w10pro64-ru (21H1, 64-bit)
Both times they happened together with the 0xc0000004 failure so I think they are tied.
I'm hoping we get a bad session id because we use uninitialized data from the buffer set up by the failed NtQuerySystemInformation() call. If so fixing the former failure will fix the latter.