https://bugs.winehq.org/show_bug.cgi?id=47808
--- Comment #7 from Zebediah Figura z.figura12@gmail.com --- (In reply to Fabian Maurer from comment #6)
It'll be fixed by using __wine_unix_call for freetype2 calls.
I'm curious, how does that indirection help with the stack usage?
Btw, the x window functions are affected as well, for me mostly XCreatePixmap.
__wine_unix_call switches to the kernel stack.