[Webkit-unassigned] [Bug 32357] SVG test case crashes WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 14:27:15 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32357


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |Macintosh Intel
             Status|UNCONFIRMED                 |NEW
           Priority|P2                          |P1
                 CC|                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-12-10 14:27:15 PST ---
SVGFontFaceUriElement::loadFont() tries to call setSVGFont on a null
m_cachedFont. And m_cachedFont is null because we're trying to resolve
"../images/SVGFreeSans.svg#ascii" in an about:blank document, and of course
fail.

It's definitely a bug loadFont() that it crashes when font URL is invalid. It
may be a bug elsewhere that the document base URL is about:blank.

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



More information about the webkit-unassigned mailing list