https://bugs.winehq.org/show_bug.cgi?id=54712
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Summary|ntdll:rtl times out on |ntdll:rtl crashes or times |Windows 10 1607 |out on Windows 10 1607 Regression SHA1| |f9b836b1c1d259b4c780d9388ec | |1d5fb25a83287
--- Comment #1 from François Gouget fgouget@codeweavers.com --- ntdll:rtl may actually crash instead of timing out depending on some unknown factors:
rtl.c:2668: Running test 23 (compressed_size=5, uncompressed_size=0, status=0xc0000242) rtl.c:3492: this is the last test seen before the exception 03ac:rtl: unhandled exception c0000005 at 77765AE5
The crash happens in this test_RtlDestroyHeap() call:
ret = RtlDestroyHeap( heap );
Furthermore the crashes started with the commit below:
commit f9b836b1c1d259b4c780d9388ec1d5fb25a83287 Author: François Gouget fgouget@codeweavers.com AuthorDate: Wed Jun 1 14:29:23 2022 +0200
tests: Allow marking unreliable tests as flaky.