http://bugs.winehq.org/show_bug.cgi?id=12279
--- Comment #51 from billstei billstei@hbci.com 2009-03-14 13:10:30 --- I can make the gcc 4.1 compiled Wine (git 1.1.16-464) crash with an seh error by doing this:
WINEDEBUG=+heap wine "C:\Program Files\Image-Line\FL Studio 8\FL.exe"
which produces a typical trace like this:
warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at 0xbfc20000 for heap 0xbfc00000 trace:heap:RtlFreeHeap (0xbfc00000,00000001,0xbfc02998): returning TRUE trace:heap:RtlAllocateHeap (0xbfc00000,00000001,0000001c): returning 0xbfc02998 err:seh:setup_exception_record stack overflow 296 bytes in thread 0009 eip 0033e30b esp 00241209 stack 0x240000-0x241000-0x340000
and is apparently the same problem as:
http://bugs.winehq.org/show_bug.cgi?id=17530 http://bugs.winehq.org/show_bug.cgi?id=17594 http://bugs.winehq.org/show_bug.cgi?id=17595
My only question is whether this is the same or a different problem than the one that I have been seeing with the gcc 4.3 compiled Wine when it crashes with an seh error (?).