https://bugs.winehq.org/show_bug.cgi?id=54717
Bug ID: 54717 Summary: dbghelp:dbghelp - SymRefreshModuleList() sometimes returns STATUS_INFO_LENGTH_MISMATCH on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
dbghelp:dbghelp - SymRefreshModuleList() sometimes returns STATUS_INFO_LENGTH_MISMATCH on Windows:
dbghelp.c:738: Test failed: SymRefreshModuleList failed: 3221225476
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
Where 3221225476 == 0xc0000004 == STATUS_INFO_LENGTH_MISMATCH
So far the failure has only happened on the w10pro64 VM, and only in the non-English locales. However it's rare enough that it's too early to draw conclusions.
This failure first happened on 2023-03-8 which corresponds to the day this test was added:
commit 0f98972fe2165d5eca52de48d8a6130de7e61a30 Author: Eric Pouech eric.pouech@gmail.com AuthorDate: Wed Mar 8 11:43:22 2023 +0100
dbghelp/tests: Add tests for SymRefreshModuleList() on non-live target.
Signed-off-by: Eric Pouech eric.pouech@gmail.com