https://bugs.winehq.org/show_bug.cgi?id=54085
Bug ID: 54085 Summary: windows.devices.enumeration:devices - test_DeviceAccessInformation() sometimes crashes on Windows 10 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
windows.devices.enumeration:devices - test_DeviceAccessInformation() sometimes crashes on Windows 10:
devices.c:272: Test succeeded devices.c:114: this is the last test seen before the exception 1474:devices: unhandled exception c0000005 at 00007FFC40CC44E7
See https://test.winehq.org/data/patterns.html#windows.devices.enumeration:devic...
The crash always happens in this call:
hr = IDeviceAccessInformationStatics_CreateFromDeviceClass( statics, DeviceClass_AudioCapture, &access_info );
And the crashes started as soon as this test was added in the commit below:
commit d0a60ca810ecb7ef71e67cb1a21ca6dc35c18bef Author: Paul Gofman pgofman@codeweavers.com Date: Tue Oct 4 13:13:05 2022 -0500
windows.devices.enumeration: Create stub DeviceAccessInformation class.
The crashes were also reported by the TestBot in MR!1027 but it got merged anyway.