https://bugs.winehq.org/show_bug.cgi?id=54084
Bug ID: 54084 Summary: wininet:http - test_async_read() sometimes gets an ERROR_IO_PENDING error in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
wininet:http - test_async_read() sometimes gets an ERROR_IO_PENDING error in Wine:
http.c:5160: Test failed: InternetReadFileExA failed 997
See https://test.winehq.org/data/patterns.html#wininet:http
Where: 997 == ERROR_IO_PENDING
This failure is pretty rare. * The first failure happened on 2022-09-13 on my desktop (fg-deb64). There is no trace of it happening on the previous 3 months. * Another failure happened on 2022-11-18 also on fg-deb-94. * And it happened on the GitLab CI, impacting MR!1669.
ws2_32:sock has a similar failure which started in September (see bug 54074).
https://bugs.winehq.org/show_bug.cgi?id=54084
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54084
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winhttp |wininet