[Webkit-unassigned] [Bug 17329] Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 14:52:32 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17329





------- Comment #11 from ggaren at apple.com  2008-02-13 14:52 PDT -------
I think the error here is that the javascript: URL loads synchronously,
potentially navigating during a script execution. See this comment, from the
coder who came across this bug last, but decided not to fix it:

    // FIXME: We should always replace the document, but doing so
    //        synchronously can cause crashes:
    //        http://bugs.webkit.org/show_bug.cgi?id=16782
    if (replaceDocument) {
        begin(m_URL, true, currentSecurityOrigin);
        write(scriptResult);
        end();
    }


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list