<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>80053</bug_id>
          
          <creation_ts>2012-03-01 14:45:40 -0800</creation_ts>
          <short_desc>Assertion failure in svg/W3C-SVG-1.1/animate-elem-32-t.svg after r109342</short_desc>
          <delta_ts>2012-03-04 08:47:34 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>79790</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adam Klein">adamk</reporter>
          <assigned_to name="Nikolas Zimmermann">zimmermann</assigned_to>
          <cc>haraken</cc>
    
    <cc>zherczeg</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>568945</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-03-01 14:45:40 -0800</bug_when>
    <thetext>This has started to crash in Chromium debug layout tests:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=svg%2FW3C-SVG-1.1%2Fanimate-elem-32-t.svg

Assertion:
ASSERTION FAILED: (*it)-&gt;shadowTreeElement()-&gt;correspondingElement()
third_party/WebKit/Source/WebCore/svg/SVGElementInstance.cpp(124) : static void WebCore::SVGElementInstance::invalidateAllInstancesOfElement(WebCore::SVGElement*)

Stack trace:

[44225:44225:16152245608809:ERROR:process_util_posix.cc(142)] Received signal 11
    base::debug::StackTrace::StackTrace() [0x735fc6]
    base::(anonymous namespace)::StackDumpSignalHandler() [0x6efba9]
    0x7f6527079af0
    WebCore::SVGElementInstance::invalidateAllInstancesOfElement() [0x1b6b521]
    WebCore::SVGElementInstance::InvalidationGuard::~InvalidationGuard() [0x1b3e7af]
    WebCore::SVGCircleElement::svgAttributeChanged() [0x1b4c86d]
    WebCore::SVGElement::attributeChanged() [0x1b6661c]
    WebCore::Element::didModifyAttribute() [0xd5203d]
    WebCore::Element::setAttributeInternal() [0xd54fe8]
    WebCore::Element::setAttribute() [0xd4cc43]
    WebCore::setTargetAttributeAnimatedXMLValue() [0x1b49440]
    WebCore::SVGAnimationElement::setTargetAttributeAnimatedValue() [0x1b494f6]
    WebCore::SVGAnimateElement::applyResultsToTarget() [0x1b42a23]
    WebCore::SMILTimeContainer::updateAnimations() [0x1bfcae7]
    WebCore::SMILTimeContainer::timerFired() [0x1bfc0eb]
    WebCore::Timer&lt;&gt;::fired() [0x1bd7f5a]
    WebCore::ThreadTimers::sharedTimerFiredInternal() [0xf60dac]
    WebCore::ThreadTimers::sharedTimerFired() [0xf60ce3]
    webkit_glue::WebKitPlatformSupportImpl::DoTimeout() [0x1cb51ec]
    base::BaseTimer&lt;&gt;::TimerTask::Run() [0x1cb58f7]
    base::internal::RunnableAdapter&lt;&gt;::Run() [0x1f09f39]
    base::internal::InvokeHelper&lt;&gt;::MakeItSo() [0x1f09ebd]
    base::internal::Invoker&lt;&gt;::Run() [0x1f09e69]
    base::Callback&lt;&gt;::Run() [0x6ac077]
    MessageLoop::RunTask() [0x6c74e4]
    MessageLoop::DeferOrRunPendingTask() [0x6c75fb]
    MessageLoop::DoWork() [0x6c7e1d]
    base::MessagePumpGlib::RunWithDispatcher() [0x727108]
    base::MessagePumpGlib::Run() [0x7274e8]
    MessageLoop::RunInternal() [0x6c71ab]
    MessageLoop::RunHandler() [0x6c705e]
    MessageLoop::Run() [0x6c6993]
    webkit_support::RunMessageLoop() [0x631eab]
    TestShell::waitTestFinished() [0x4723ca]
    TestShell::runFileTest() [0x46aa4f]
    runTest() [0x433784]
    main [0x43428b]
    0x7f6527064c4d
    0x41fad9
None</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>568949</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Klein">adamk</who>
    <bug_when>2012-03-01 14:50:17 -0800</bug_when>
    <thetext>Committed suppression in r109433: &lt;http://trac.webkit.org/changeset/109433&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>570239</commentid>
    <comment_count>2</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2012-03-04 07:50:42 -0800</bug_when>
    <thetext>I&apos;m aware of this and will post a fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>570249</commentid>
    <comment_count>3</comment_count>
    <who name="Nikolas Zimmermann">zimmermann</who>
    <bug_when>2012-03-04 08:47:34 -0800</bug_when>
    <thetext>Follow-up patch v3 fixes this problem, see bug 79790.

*** This bug has been marked as a duplicate of bug 79790 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>