28 May
2024
28 May
'24
8:46 p.m.
On Mon Apr 15 08:25:13 2024 +0000, Alexandre Julliard wrote:
What failure do you see that requires disabling tests?
0090:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0024:err:environ:init_peb starting L"Z:\\home\\qqq\\build32\\dlls\\ntdll\\tests\\i386-windows\\ntdll_test.exe" in experimental wow64 mode
exception.c:589: exception: c0000027 flags:2 addr:00FE0022 context: Eip:fe0022
exception.c:1588: DEP hardware support: Yes
exception.c:670: exception 0: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 1: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 2: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 3: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 4: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 5: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 6: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 7: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 8: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 9: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 10: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 11: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 12: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 13: c0000096 flags:0 addr:00FE0000
exception.c:670: exception 14: c0000005 flags:0 addr:00FE0000
exception.c:670: exception 15: c0000005 flags:0 addr:00FE0006
exception.c:670: exception 16: c0000005 flags:0 addr:00FE0005
exception.c:670: exception 17: c0000005 flags:0 addr:00FE0005
0024:err:virtual:virtual_setup_exception stack overflow 832 bytes addr 0x6fffffc9aa07 stack 0x7ffffe100cc0 (0x7ffffe100000-0x7ffffe101000-0x7ffffe1ffd20)
That is about setting %gs to 0 which results in nested access violations on the way to delivering wow64 exceptions and in the end stack overflow. I erroneously disabled the previous test additionally, resending without that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5480#note_67836