[Webkit-unassigned] [Bug 17058] Acid3 crashes (ASSERT) after double-attach

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 12:29:58 PST 2008


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





------- Comment #4 from eric at webkit.org  2008-01-29 12:29 PDT -------
I think this is the culprit:

void SVGTextPathElement::buildPendingResource()
{
    // FIXME: Real logic here!
    if (attached())
        detach();

    ASSERT(!attached());
    attach();
}

I'm not quite sure how we get a document inserted event, followed by another
appendChild, since the document insertion and final append child should be the
same line of code.


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