[Bug 40114] New: mshtml:style regression (crash)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 8 10:36:55 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=40114

            Bug ID: 40114
           Summary: mshtml:style regression (crash)
           Product: Wine
           Version: 1.9.3
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

The commit below causes mshtml:style to crash on machines with Internet
Explorer 6 such as the fg-winxp-1sp and fg-winxp-2p VMs. As a comparison point
one can look at fg-winxp-2pie7 which is the same Windows XP SP2 machine with IE
7 installed.

Crash:
style.c:2938: Test failed: Could not get IHTMLCurrentStyle4 iface: 80004002
style.c:2938: this is the last test seen before the exception
style: unhandled exception c0000005 at 0046287F
test failed: crash

This points the finger at the IHTMLCurrentStyle4_get_minWidth() call near the
end of test_current_style().

mshtml:style results on test.winehq.org:
https://test.winehq.org/data/tests/mshtml:style.html


commit 27182667ccbe6f903ab1986bf89f9e4b392c9fb8
Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jan 11 13:52:07 2016 +0100

    mshtml: Added IHTMLCurrentStyle4::get_maxHeight implementation.

    Signed-off-by: Jacek Caban <jacek at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list