https://bugs.winehq.org/show_bug.cgi?id=53217
--- Comment #5 from Zeb Figura z.figura12@gmail.com --- debian11 no longer suffers from this, but gitlab still does.
This is strange. The crash location is clearly a matter of out-of-memory, but the test is not exactly memory-hungry. It might be the most memory-hungry of all the d3d tests, but even then, it shouldn't use that much memory. I can VirtualAlloc() 3/8 of the available address space before running and it's still fine here.
I'm reminded of bug 55283, which is also about us somewhat surprisingly running into memory limits in the gitlab CI (and nowhere else).