https://bugs.winehq.org/show_bug.cgi?id=54416
Bug ID: 54416 Summary: ntdll:virtual - test_stack_size_thread() sometimes gets stuck in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntdll:virtual - test_stack_size_thread() sometimes gets stuck in Wine:
virtual.c:693: Test marked todo: unexpected Protect 0x1, expected 0 ntdll:virtual:074c done (258) in 120s 8889B
See https://test.winehq.org/data/patterns.html#ntdll:virtual
The test normally runs in under 1 second and when it times out this is always the last line in the log:
/* reserved area shrinks whenever stack grows */ ... todo_wine ok( mbi.Protect == 0, "unexpected Protect %#lx, expected %#x\n", mbi.Protect, 0 );
The timeout happens twice per month on average, mostly on my desktop (fg-deb64) but it did happen on the TestBot's debiant VM recently. In all cases this happens in the 32-bit test.