[Bug 53094] New: ntdll:rtlstr test crashes on win32 arch with hi-IN locale

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jun 3 05:06:00 CDT 2022


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 at winehq.org
          Reporter: rbernon at codeweavers.com
   Regression SHA1: d8c973ad95ba5e8a9a51df0dd9be587950179ec3
      Distribution: ---

As seen on the testbot nightly runs there for instance:

https://test.winehq.org/data/c1e793f1119de0c0ef7d4bd6d9fefbafdb5dbbe5/linux_newtb-debian11-win32-hi-IN/shlwapi:ordinal.html

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 at 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 at winehq.org>

 dlls/kernel32/tests/locale.c | 117 +++++++++-----------
 dlls/kernelbase/locale.c     | 247 +++++++++++++++++--------------------------
 2 files changed, 147 insertions(+), 217 deletions(-)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list