https://bugs.winehq.org/show_bug.cgi?id=53461
Bug ID: 53461 Summary: advapi32:service - test_EventLog() fails on Windows 10 2004 and 2009 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
advapi32:service - test_EventLog() fails on Windows 10 2004 and 2009:
service.c:2751: Test failed: got 0x1 --> SERVICE_STOPPED service.c:2753: Test failed: got 0 service.c:2757: Test failed: got 0x42b --> ERROR_PROCESS_ABORTED service.c:2761: Test failed: got 0
https://test.winehq.org/data/patterns.html#advapi32:service
The failures appear to be happening because the EventLog service is stopped following some sort of error (crash?).
These failures are systematic when running WineTest.exe but don't happen when running advapi32:service on its own. So it seems likely that some other test is causing EventLog to crash.
https://bugs.winehq.org/show_bug.cgi?id=53461
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53461
--- Comment #1 from François Gouget fgouget@codeweavers.com --- advapi32:eventlog causes the event log service to crash on Windows 10 2004 and 2009 (see bug 54614). This is probably what causes this bug.
Also note that when the event logger service crashes it gets restarted after 60 seconds. advapi32:service run too soon after advapi32:eventlog so the service will not have restarted yet. But tests running later on could successfully connect to the service.
https://bugs.winehq.org/show_bug.cgi?id=53461
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|advapi32:service - |advapi32:eventlog breaks |test_EventLog() fails on |advapi32:service's |Windows 10 2004 and 2009 |test_EventLog() on Windows | |10 2004 and 2009
--- Comment #2 from François Gouget fgouget@codeweavers.com --- I have confirmed that these failures are caused by advapi32:eventlog.
https://bugs.winehq.org/show_bug.cgi?id=53461
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com