<?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>74788</bug_id>
          
          <creation_ts>2011-12-17 12:59:03 -0800</creation_ts>
          <short_desc>REGRESSION(r103130) - svg/W3C-SVG-1.1/animate-elem-*-t.svg asserting</short_desc>
          <delta_ts>2012-01-20 07:12:53 -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>64671</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="Adrienne Walker">enne</reporter>
          <assigned_to name="Stephen Chenney">schenney</assigned_to>
          <cc>beidson</cc>
    
    <cc>darin</cc>
    
    <cc>enne</cc>
    
    <cc>jknotten</cc>
    
    <cc>rniwa</cc>
    
    <cc>schenney</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>523344</commentid>
    <comment_count>0</comment_count>
    <who name="Adrienne Walker">enne</who>
    <bug_when>2011-12-17 12:59:03 -0800</bug_when>
    <thetext>A number of svg animation tests are intermittently crashing on an assert in debug in Chromium&apos;s layout tests, although the release tests continue to pass.

ASSERTION FAILED: m_activeState != Active
/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebCore/WebCore.gyp/../svg/animation/SVGSMILElement.cpp(921) : void WebCore::SVGSMILElement::progress(WebCore::SMILTime, WebCore::SVGSMILElement *)
1   0x53462dec WebCore::SVGSMILElement::progress(WebCore::SMILTime, WebCore::SVGSMILElement*)
2   0x53450374 WebCore::SMILTimeContainer::updateAnimations(WebCore::SMILTime, double, WTF::String const&amp;)
3   0x5344f73b WebCore::SMILTimeContainer::timerFired(WebCore::Timer&lt;WebCore::SMILTimeContainer&gt;*)
4   0x5345af17 WebCore::Timer&lt;WebCore::SMILTimeContainer&gt;::fired()
5   0x51e7119e WebCore::ThreadTimers::sharedTimerFiredInternal()
6   0x51e70f2f WebCore::ThreadTimers::sharedTimerFired()
7   0x53842689 webkit_glue::WebKitPlatformSupportImpl::DoTimeout()
8   0x538431d7 base::BaseTimer&lt;webkit_glue::WebKitPlatformSupportImpl, false&gt;::TimerTask::Run()

Here&apos;s a sampling of tests that have been failing.  Win, Linux, and Mac all seem affected.

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2FW3C-SVG-1.1%2Fanimate-elem-46-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-44-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-52-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-41-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-81-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-65-t.svg%2Csvg%2FW3C-SVG-1.1%2Fanimate-elem-82-t.svg

From the potential revision ranges where the above tests started crashing, the culprit is r103130 or before.  In looking at http://trac.webkit.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=103130&amp;stop_rev=103100&amp;limit=100&amp;verbose=on, this seems the most likely revision.

I was able to repro this locally on Chromium&apos;s debug Linux DRT by running all the animate-elem*.svg tests with child-processes=1, where one test consistently failed.  If I reverted this patch, it succeeded in 10/10 runs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>523345</commentid>
    <comment_count>1</comment_count>
    <who name="Adrienne Walker">enne</who>
    <bug_when>2011-12-17 13:19:37 -0800</bug_when>
    <thetext>Committed r103156: &lt;http://trac.webkit.org/changeset/103156&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>526939</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-12-23 19:57:36 -0800</bug_when>
    <thetext>It appears that these tests are no longer asserting.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>526966</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2011-12-24 01:07:54 -0800</bug_when>
    <thetext>Hm... it appears that some of these crashes are still happening. I&apos;ve removed them all in http://trac.webkit.org/changeset/103645 but had to add some of them back in http://trac.webkit.org/changeset/103654.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>532949</commentid>
    <comment_count>4</comment_count>
    <who name="John Knottenbelt">jknotten</who>
    <bug_when>2012-01-10 03:48:00 -0800</bug_when>
    <thetext>svg/W3C-SVG-1.1/animate-elem-60-t.svg is flakily asserting on linux dgb:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=svg%2FW3C-SVG-1.1%2Fanimate-elem-60-t.svg</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>533888</commentid>
    <comment_count>5</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-01-11 07:41:47 -0800</bug_when>
    <thetext>Taking ownership, as it seems the fastest way to get to the bottom of this. I&apos;ll first update expectations to mark it failing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>533893</commentid>
    <comment_count>6</comment_count>
      <attachid>122020</attachid>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-01-11 07:49:25 -0800</bug_when>
    <thetext>Created attachment 122020
Patch

Expectations update to stop build failures</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>533947</commentid>
    <comment_count>7</comment_count>
      <attachid>122020</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-01-11 09:20:07 -0800</bug_when>
    <thetext>Comment on attachment 122020
Patch

Clearing flags on attachment: 122020

Committed r104715: &lt;http://trac.webkit.org/changeset/104715&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>533948</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-01-11 09:20:12 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>533949</commentid>
    <comment_count>9</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-01-11 09:20:59 -0800</bug_when>
    <thetext>Still need to actually fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>539485</commentid>
    <comment_count>10</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-01-20 07:12:53 -0800</bug_when>
    <thetext>Marking all bugs reporting assertions in WebCore::SVGSMILElement::progress as duplicates.

*** This bug has been marked as a duplicate of bug 64671 ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>122020</attachid>
            <date>2012-01-11 07:49:25 -0800</date>
            <delta_ts>2012-01-11 09:20:07 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-74788-20120111104924.patch</filename>
            <type>text/plain</type>
            <size>1506</size>
            <attacher name="Stephen Chenney">schenney</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDEwNDcxMSkKKysrIExheW91dFRlc3RzL0NoYW5nZUxvZwkod29y
a2luZyBjb3B5KQpAQCAtMSwzICsxLDEyIEBACisyMDEyLTAxLTExICBTdGVwaGVuIENoZW5uZXkg
IDxzY2hlbm5leUBjaHJvbWl1bS5vcmc+CisKKyAgICAgICAgUkVHUkVTU0lPTihyMTAzMTMwKSAt
IHN2Zy9XM0MtU1ZHLTEuMS9hbmltYXRlLWVsZW0tKi10LnN2ZyBhc3NlcnRpbmcKKyAgICAgICAg
aHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTc0Nzg4CisKKyAgICAgICAg
VW5yZXZpZXdlZCBjaHJvbWl1bSBleHBlY3RhdGlvbnMgdXBkYXRlLCBwZW5kaW5nIGEgcmVhbCBm
aXguCisKKyAgICAgICAgKiBwbGF0Zm9ybS9jaHJvbWl1bS90ZXN0X2V4cGVjdGF0aW9ucy50eHQ6
IEFkZGVkIGFuaW1hdGUtZWxlbS02MC10LnN2ZyBsaW51eCBkZWJ1ZyBmbGFrZXkgY3Jhc2gKKwog
MjAxMi0wMS0xMSAgQmFsYXpzIEtlbGVtZW4gIDxrYmFsYXpzQHdlYmtpdC5vcmc+CiAKICAgICAg
ICAgV2ViS2l0MiBuZWVkcyBsYXlvdXRUZXN0Q29udHJvbGxlci5vdmVycmlkZVByZWZlcmVuY2UK
SW5kZXg6IExheW91dFRlc3RzL3BsYXRmb3JtL2Nocm9taXVtL3Rlc3RfZXhwZWN0YXRpb25zLnR4
dAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9wbGF0Zm9ybS9jaHJvbWl1bS90ZXN0X2V4cGVj
dGF0aW9ucy50eHQJKHJldmlzaW9uIDEwNDcxMSkKKysrIExheW91dFRlc3RzL3BsYXRmb3JtL2No
cm9taXVtL3Rlc3RfZXhwZWN0YXRpb25zLnR4dAkod29ya2luZyBjb3B5KQpAQCAtODk1LDYgKzg5
NSw3IEBAIEJVR0NSMTAyODQgTUFDIDogc3ZnL2N1c3RvbS9wYXRoLWJhZC1kYXQKIC8vICh3cm9u
ZyBiYXNlbGluZSB3YXMgY29tbWl0dGVkKS4gTm8gaWRlYSBhYm91dCB3aGVuIGl0IHJlYWxseSBz
dGFydGVkIHRvIGZhaWwuCiBCVUdDUjUyNjkyIExJTlVYIFdJTiBSRUxFQVNFIDogc3ZnL1czQy1T
VkctMS4xL2FuaW1hdGUtZWxlbS04MC10LnN2ZyA9IElNQUdFK1RFWFQKIEJVR0NSNTI2OTIgQlVH
V0s3NDc4OCBMSU5VWCBXSU4gREVCVUcgOiBzdmcvVzNDLVNWRy0xLjEvYW5pbWF0ZS1lbGVtLTgw
LXQuc3ZnID0gSU1BR0UrVEVYVCBDUkFTSAorQlVHQ1I1MjY5MiBCVUdXSzc0Nzg4IExJTlVYIFdJ
TiBERUJVRyA6IHN2Zy9XM0MtU1ZHLTEuMS9hbmltYXRlLWVsZW0tNjAtdC5zdmcgPSBJTUFHRStU
RVhUIENSQVNICiBCVUdXSzc0Nzg4IE1BQyA6IHN2Zy9XM0MtU1ZHLTEuMS9hbmltYXRlLWVsZW0t
ODAtdC5zdmcgPSBQQVNTIENSQVNICiAKIC8vIFdpbmRvd3MgYW5kIE1hYyBuZWVkIHJlYmFzZWxp
bmluZyBhZnRlciA1MzM3OCBwYXRjaC4K
</data>

          </attachment>
      

    </bug>

</bugzilla>