http://bugs.winehq.org/show_bug.cgi?id=27375
--- Comment #5 from GyB gyebro69@gmail.com 2011-06-12 07:29:44 CDT --- Created an attachment (id=35108) --> (http://bugs.winehq.org/attachment.cgi?id=35108) crash log (Wine compiled with CFLAGS=-O1)
I can also reproduce the problem on Fedora 15 (32-bit). I compiled Wine from source. The crash (when opening iexplore.exe) happens if Wine was compiled with cflags >=-O1.
The attached log shows a backtrace with -O1. Using -O2 makes it impossible to get a proper backtrace.
To compile the source I used the following command: CC="ccache gcc" CFLAGS="-g -gdwarf-2 -O2" ./configure && make depend && make -j 3
GCC-4.6.0