[Webkit-unassigned] [Bug 91191] New: ASSERT in SVGElement::localAttributeToPropertyMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 22:03:09 PDT 2012


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

           Summary: ASSERT in SVGElement::localAttributeToPropertyMap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


Created an attachment (id=152154)
 --> (https://bugs.webkit.org/attachment.cgi?id=152154&action=review)
Testcase

The following will assert:
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<svg xmlns="http://www.w3.org/2000/svg">
  <altGlyphItem>
    <animate/>
  </altGlyphItem>
</svg>
</body>
</html>

Trace:
SHOULD NEVER BE REACHED
../../third_party/WebKit/Source/WebCore/svg/SVGElement.cpp(554) : virtual WebCore::SVGAttributeToPropertyMap &WebCore::SVGElement::localAttributeToPropertyMap()
1   0x79ad82 WebCore::SVGElement::localAttributeToPropertyMap()
2   0x79985c WebCore::SVGElement::animatedPropertyTypeForAttribute(WebCore::QualifiedName const&, WTF::Vector<WebCore::AnimatedPropertyType, 0ul>&)
3   0x74c5c4 WebCore::SVGAnimateElement::determineAnimatedPropertyType(WebCore::SVGElement*) const
4   0x74ec99 WebCore::SVGAnimateElement::targetElementWillChange(WebCore::SVGElement*, WebCore::SVGElement*)
5   0x8d881d WebCore::SVGSMILElement::targetElement()
6   0x8cb4a8 WebCore::SMILTimeContainer::updateAnimations(WebCore::SMILTime, bool)
7   0x8cb2af WebCore::SMILTimeContainer::begin()
8   0x76ce79 WebCore::SVGDocumentExtensions::startAnimations()
9   0x5b8b904 WebCore::Document::implicitClose()
10  0x1326f82 WebCore::FrameLoader::checkCallImplicitClose()
11  0x1326b2e WebCore::FrameLoader::checkCompleted()
12  0x13256a3 WebCore::FrameLoader::finishedParsing()
13  0x5b9a3a3 WebCore::Document::finishedParsing()
14  0x2e69a3e WebCore::HTMLTreeBuilder::finished()
15  0x2e30371 WebCore::HTMLDocumentParser::end()
16  0x2e2f11f WebCore::HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd()
17  0x2e2ee5b WebCore::HTMLDocumentParser::prepareToStopParsing()
18  0x2e303f5 WebCore::HTMLDocumentParser::attemptToEnd()
19  0x2e30479 WebCore::HTMLDocumentParser::finish()
20  0x1310555 WebCore::DocumentWriter::end()
21  0x12f4f4c WebCore::DocumentLoader::finishedLoading()
22  0x134ff2b WebCore::MainResourceLoader::didFinishLoading(double)

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