https://bugs.winehq.org/show_bug.cgi?id=53094
Bug ID: 53094 Summary: ntdll:rtlstr test crashes on win32 arch with hi-IN locale Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: rbernon@codeweavers.com Regression SHA1: d8c973ad95ba5e8a9a51df0dd9be587950179ec3 Distribution: ---
As seen on the testbot nightly runs there for instance:
https://test.winehq.org/data/c1e793f1119de0c0ef7d4bd6d9fefbafdb5dbbe5/linux_...
Locally reproducible with:
LC_ALL=hi-IN.UTF-8 LC_LANG=hi-IN.UTF-8 WINEARCH=win32 WINEPREFIX=$PWD/pfx wine32/wine wine32/dlls/ntdll/tests/ntdll_test.exe rtlstr
Bisected to:
commit d8c973ad95ba5e8a9a51df0dd9be587950179ec3 Author: Alexandre Julliard julliard@winehq.org Date: Mon May 30 22:38:28 2022 +0200
kernelbase: Reimplement CompareStringEx using the sortkey generation code.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/kernel32/tests/locale.c | 117 +++++++++----------- dlls/kernelbase/locale.c | 247 +++++++++++++++++-------------------------- 2 files changed, 147 insertions(+), 217 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=53094
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |fgouget@codeweavers.com Keywords| |regression, source, | |testcase Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- There is no trace of a failure in Hindi going as far back as 2022-06-29. I also don't get a failure when running that command.
So I think this is resolved.
https://bugs.winehq.org/show_bug.cgi?id=53094
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.3.