http://bugs.winehq.org/show_bug.cgi?id=26809
Summary: iexplore crashes when clicking on Home while it is already loading a URL Product: Wine Version: 1.3.17 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=34161) --> (http://bugs.winehq.org/attachment.cgi?id=34161) Wine 1.3.17 console output
I tested this on a SLOW connection so that I have time to interrupt iexplore while it is trying to load a page (I was actually testing Bug 26651).
$wine iexplore https://my.if.com
And while it's doing that, click on the Home button.
Backtrace: =>0 0x7ed43119 set_doc_state+0x9(This=(nil), doc_state=READYSTATE_LOADING) [/build/buildd/wine1.3-1.3.17/dlls/shdocvw/dochost.c:165] in shdocvw (0x0032deb8) 1 0x7ed5070d navigate_url+0x9c(This=(nil), url="http://www.winehq.org", Flags=(nil), TargetFrameName=(nil), PostData=(nil), Headers=(nil)) [/build/buildd/wine1.3-1.3.17/dlls/shdocvw/navigate.c:853] in shdocvw (0x0032ef58) 2 0x7ed50b54 go_home+0x113(This=(nil)) [/build/buildd/wine1.3-1.3.17/dlls/shdocvw/navigate.c:963] in shdocvw (0x0032f1c8) 3 0x7ed4745c InternetExplorer_GoHome+0x5b(iface=0x12f298) [/build/buildd/wine1.3-1.3.17/dlls/shdocvw/ie.c:153] in shdocvw (0x0032f1f8)
Apparently iexplore doesn't like being interrupted while it is busy loading a page. I could only get it to do this on this particular URL though. I'm sure there must be others.