http://bugs.winehq.org/show_bug.cgi?id=26391
Summary: Wine buitin IE crash while loading a page with more than THREE ActiveX objects Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=33607) --> (http://bugs.winehq.org/attachment.cgi?id=33607) log:IE crash
Firstly, Write an HTML page as below:
<object classid="clsid:13E4740C-08EB-4133-896B-8D0A7C9EE3CD" > </object> <object classid="clsid:23E4740C-08EB-4133-896B-8D0A7C9EE3CD" > </object> <object classid="clsid:33E4740C-08EB-4133-896B-8D0A7C9EE3CD" > </object> <object classid="clsid:43E4740C-08EB-4133-896B-8D0A7C9EE3CD" > </object>
save as index.html, and run a web server.
Secondly,
$ wine iexplore http://localhost/index.html
Confirm this bug on both gecko1.1 and gecko1.2beta .
Then IE will crash.
Is there any simple way to install gecko-dbg ?