http://bugs.winehq.org/show_bug.cgi?id=27025
Summary: fomit-frame-pointer causes crash in iexplore and WoW Launcher Product: Wine Version: 1.3.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ranguvar@archlinux.us
I noticed this problem when using GCC 4.6, but it seems that is due to -fomit-frame-pointer being enabled when it was not before, as GCC 4.5 also fails using that option specifically.
This is from a 64-bit GNU/Linux distro, compiling Wine with 32-bit libraries for running 32-bit programs.
Compiler options were "-march=x86-64 -O0 -pipe -ggdb -fomit-frame-pointer"
I found the problem when running World of Warcraft's Launcher program, but it seems the problem is in anything dealing with web page viewing, as iexplore also dies instantly.
The output from WINEDEBUG=+mshtml WINEPREFIX=/home/ranguvar/.winenew wine winedbg iexplore is here: http://pastebin.com/9xx1Xg0N
This is with Gecko 1.2.0, without Gecko pages will not load in the first place.