On Thu Jul 21 09:44:32 2022 +0000, Alexandre Julliard wrote:
This is causing a crash here:
tools/runtest -q -P wine -T . -M comctl32.dll -p dlls/comctl32/tests/comctl32_test.exe tab && touch dlls/comctl32/tests/tab.ok wine: Unhandled stack overflow at address 7B02DDF9 (thread 0120), starting debugger... 0120:err:virtual:virtual_setup_exception stack overflow 1156 bytes in thread 0120 addr 0x7bc5bb1f stack 0x840b7c (0x840000-0x841000-0xa40000) make: *** [Makefile:9298: dlls/comctl32/tests/tab.ok] Error 1
The series didn't enforce message recursion limit when calling window proc directly from user32, the new version should fix it.
BTW, it looks like tab control is also broken when theming is enabled: it has an infinite recursion and depends on win32u to break it.