https://bugs.winehq.org/show_bug.cgi?id=56191
Bug ID: 56191 Summary: nsi:nsi sometimes crashes in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
nsi:nsi sometimes crashes in Wine with a stack that looks like an infinite WaitForSingleObject() recursion:
nsi.c:1079: Test marked todo: got 997. Unhandled exception: page fault on read access to 0x00000000 in wow64 32-bit code (0x7b6d6555). [...] Backtrace: =>0 0x7b6d6555 WaitForSingleObject+0x30(handle=<is not available>, timeout=<is not available>) [/home/fgouget/wine/winetest/march/../src/dlls/kernelbase/sync.c:339] in kernelbase (0x00000000) 1 0x7b6d6555 WaitForSingleObject+0x30(handle=<is not available>, timeout=<is not available>) [/home/fgouget/wine/winetest/march/../src/dlls/kernelbase/sync.c:339] in kernelbase (0x00000000) ...
See https://test.winehq.org/data/patterns.html#nsi:nsi
This first happened on 2023-12-07.