<?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>78075</bug_id>
          
          <creation_ts>2012-02-07 21:18:38 -0800</creation_ts>
          <short_desc>REGRESSION: ASSERT time for SMIL animation is not finite</short_desc>
          <delta_ts>2023-03-31 14:43:31 -0700</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>108184</dup_id>
          
          <bug_file_loc>http://srufaculty.sru.edu/david.dailey/svg/texture/rects3.svg</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="Dirk Schulze">krit</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>sabouhallawa</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>551765</commentid>
    <comment_count>0</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2012-02-07 21:18:38 -0800</bug_when>
    <thetext>This used to work in the past. Opening the url above causes:

ASSERTION FAILED: time.isFinite()
/Users/dschulze/Downloads/webkit/Source/WebCore/svg/animation/SVGSMILElement.cpp(1009) : void WebCore::SVGSMILElement::createInstanceTimesFromSyncbase(WebCore::SVGSMILElement *, WebCore::SVGSMILElement::NewOrExistingInterval)
1   0x1053004e0 WebCore::SVGSMILElement::createInstanceTimesFromSyncbase(WebCore::SVGSMILElement*, WebCore::SVGSMILElement::NewOrExistingInterval)
2   0x1052fd50d WebCore::SVGSMILElement::addTimeDependent(WebCore::SVGSMILElement*)
3   0x1052fcb67 WebCore::SVGSMILElement::connectConditions()
4   0x1052ffec9 WebCore::SVGSMILElement::progress(WebCore::SMILTime, WebCore::SVGSMILElement*)
5   0x10518d529 WebCore::SMILTimeContainer::updateAnimations(WebCore::SMILTime, double, WTF::String const&amp;)
6   0x10518ce7c WebCore::SMILTimeContainer::begin()
7   0x10522c9d4 WebCore::SVGDocumentExtensions::startAnimations()
8   0x1040f5bbe WebCore::Document::implicitClose()
9   0x1043a53fb WebCore::FrameLoader::checkCallImplicitClose()
10  0x1043a51ee WebCore::FrameLoader::checkCompleted()
11  0x1043a3ece WebCore::FrameLoader::finishedParsing()
12  0x10410181f WebCore::Document::finishedParsing()
13  0x10546badd WebCore::XMLDocumentParser::end()
14  0x10546bb5a WebCore::XMLDocumentParser::finish()
15  0x10415b497 WebCore::DocumentWriter::endIfNotLoadingMainResource()
16  0x10415aadd WebCore::DocumentWriter::end()
17  0x10413a07b WebCore::DocumentLoader::finishedLoading()
18  0x1043ae966 WebCore::FrameLoader::finishedLoading()
19  0x104cfa5ff WebCore::MainResourceLoader::didFinishLoading(double)
20  0x1050b8f06 WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*, double)
21  0x1050b56f7 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:]
22  0x7fff89cd3662 ___NSURLConnectionDidFinishLoading_block_invoke_1
23  0x7fff89cd35e2 _NSURLConnectionDidFinishLoading
24  0x7fff85440c7e URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*)
25  0x7fff854f0c7e URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo&lt;XClientEvent, XClientEventParams&gt;*, long)
26  0x7fff854f0e6a URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo&lt;XClientEvent, XClientEventParams&gt;*, long)
27  0x7fff854f0e6a URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo&lt;XClientEvent, XClientEventParams&gt;*, long)
28  0x7fff854f0e6a URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo&lt;XClientEvent, XClientEventParams&gt;*, long)
29  0x7fff8541bb49 URLConnectionClient::processEvents()
30  0x7fff8541b9ee MultiplexerSource::perform()
31  0x7fff866416e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1945736</commentid>
    <comment_count>1</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-03-31 10:24:27 -0700</bug_when>
    <thetext>It was fixed in Blink with following commit - https://src.chromium.org/viewvc/blink?view=revision&amp;revision=165498

Which modifies following: https://searchfox.org/wubkat/source/Source/WebCore/svg/animation/SVGSMILElement.cpp#1183

I don&apos;t think this assertion would trigger anymore. Can we close this now?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1945834</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-03-31 14:43:31 -0700</bug_when>
    <thetext>Fixed in https://trac.webkit.org/changeset/162459/webkit

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

    </bug>

</bugzilla>