https://bugs.winehq.org/show_bug.cgi?id=40334
--- Comment #32 from Paul Gofman gofmanp@gmail.com --- (In reply to Fred from comment #31)
The attached log is 5.2Gb big uncompressed. Likely an infinite loop that I had to stop. The code base is head (190fb605c3 (origin/master, origin/HEAD, master) quartz/tests: Fix some tests on w7u.) + comment #16 and #17 patches (exactly).
Thanks for the logs. I've got some guess of the possible reason for your problem here. Unless I am missing something, it seems like you are building all binaries as .so, not as PE (e. g., you have kernelbase.dll.so in your built / installed Wine binaries), right? I would start from making a default Wine build which is using mingw and produces PE binaries (.dll files) for the most of the Wine libs. I didn't yet bother to make a non-PE build to verify that I will reproduce your crash (yes, it is the crash, just looping through the same handler), but it looks quite possible that the might be here.