[Bug 39892] UFile crashes with runtime error when rendering certain pages

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 31 15:18:21 CST 2015


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

--- Comment #13 from Anthony Fok <anthony at anthonyfok.org> ---
Created attachment 53285
  --> https://bugs.winehq.org/attachment.cgi?id=53285
Add getAttribute("onclick", 2) test to jstest.html

This new test case in the attached mshtml-jstest-getAttribute-onclick-2.patch
would trigger the same problem I saw in UFile 2013:

    cd ~/wine-dirs/wine-build/dlls/mshtml/tests
    WINEDEBUG=+mshtml,+variant make script.ok

except that this WineTest hangs after

    err:mshtml:update_window_doc GetDocument failed: 00000000

instead of triggering _CxxThrowException() like UFile does.

After applying
prevent-0x80020005-type-mismatch-error-with-getAttribute-onclick-2.patch, this
particular WineTest gives an error:

    script.c:632: Test failed: L"getAttribute('onclick') = "

instead of giving the string value of the onclick attribute, but WineTest
continues merrily on.

Hope this helps!

-- 
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