<?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>140436</bug_id>
          
          <creation_ts>2015-01-14 03:17:16 -0800</creation_ts>
          <short_desc>[EFL] REGRESSION(r177302): ASSERTION FAILED: beginAnimationUpdateCount when WebInspector starts</short_desc>
          <delta_ts>2017-03-11 10:49:11 -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>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <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="Paweł Forysiuk">p.forysiuk</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1061145</commentid>
    <comment_count>0</comment_count>
    <who name="Paweł Forysiuk">p.forysiuk</who>
    <bug_when>2015-01-14 03:17:16 -0800</bug_when>
    <thetext>Revision r177302 introduced ASSERT(m_beginAnimationUpdateCount) in Source/WebCore/page/animation/AnimationController.cpp

It makes EFL&apos;s WebInspector crash without any user input in Debug builds. Just to note this does not occur with GTK+ port build.
Here it the produced output:

ASSERTION FAILED: m_beginAnimationUpdateCount
../../Source/WebCore/page/animation/AnimationController.cpp(378) : double WebCore::AnimationControllerPrivate::beginAnimationUpdateTime()
1   0x7f2247c6f29b WTFCrash
2   0x7f224d3e873f WebCore::AnimationControllerPrivate::beginAnimationUpdateTime()
3   0x7f224e07a0c0 WebCore::AnimationBase::beginAnimationUpdateTime() const
4   0x7f224e079532 WebCore::AnimationBase::timeToNextService()
5   0x7f224d41fd14 WebCore::KeyframeAnimation::timeToNextService()
6   0x7f224d415020 WebCore::CompositeAnimation::timeToNextService() const
7   0x7f224d3e7541 WebCore::AnimationControllerPrivate::updateAnimations(WebCore::SetChanged)
8   0x7f224d3e7ed3 WebCore::AnimationControllerPrivate::animationFrameCallbackFired()
9   0x7f224d3e986a WebCore::AnimationController::serviceAnimations()
10  0x7f224d38a212 WebCore::FrameView::serviceScriptedAnimations(double)
11  0x7f224da165ba WebCore::CompositingCoordinator::syncDisplayState()
12  0x7f224cc8a6bb WebKit::CoordinatedLayerTreeHost::performScheduledLayerFlush()
13  0x7f224cc8a78a WebKit::CoordinatedLayerTreeHost::layerFlushTimerFired()
14  0x7f224cc8bd27 void std::_Mem_fn&lt;void (WebKit::CoordinatedLayerTreeHost::*)()&gt;::operator()&lt;, void&gt;(WebKit::CoordinatedLayerTreeHost*) const
15  0x7f224cc8bbee void std::_Bind&lt;std::_Mem_fn&lt;void (WebKit::CoordinatedLayerTreeHost::*)()&gt; (WebKit::CoordinatedLayerTreeHost*)&gt;::__call&lt;void, , 0ul&gt;(std::tuple&lt;&gt;&amp;&amp;, std::_Index_tuple&lt;0ul&gt;)
16  0x7f224cc8ba8c void std::_Bind&lt;std::_Mem_fn&lt;void (WebKit::CoordinatedLayerTreeHost::*)()&gt; (WebKit::CoordinatedLayerTreeHost*)&gt;::operator()&lt;, void&gt;()
17  0x7f224cc8b84b std::_Function_handler&lt;void (), std::_Bind&lt;std::_Mem_fn&lt;void (WebKit::CoordinatedLayerTreeHost::*)()&gt; (WebKit::CoordinatedLayerTreeHost*)&gt; &gt;::_M_invoke(std::_Any_data const&amp;)
18  0x7f224c861570 std::function&lt;void ()&gt;::operator()() const
19  0x7f224c85ef8e WebCore::Timer::fired()
20  0x7f224d45c06b WebCore::ThreadTimers::sharedTimerFiredInternal()
21  0x7f224d45bf19 WebCore::ThreadTimers::sharedTimerFired()
22  0x7f224d9a31f5
23  0x7f2245af0b79
24  0x7f2245af0cab
25  0x7f2245aecc11
26  0x7f2245aed087 ecore_main_loop_begin
27  0x7f224e50fc79 WTF::RunLoop::run()
28  0x7f224cc8efc2 int WebKit::ChildProcessMain&lt;WebKit::WebProcess, WebKit::WebProcessMain&gt;(int, char**)
29  0x7f224cc8ec02 WebProcessMainUnix
30  0x4008d1 main
31  0x7f2248647ec5 __libc_start_main
ASSERTION FAILED: m_messageReceivers.contains(std::make_pair(messageReceiverName, destinationID))
../../Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp(66) : void IPC::MessageReceiverMap::removeMessageReceiver(IPC::StringReference, uint64_t)
1   0x7f4e1830129b WTFCrash
2   0x7f4e1e34f280 IPC::MessageReceiverMap::removeMessageReceiver(IPC::StringReference, unsigned long)
3   0x7f4e1e3723a2 WebKit::ChildProcessProxy::removeMessageReceiver(IPC::StringReference, unsigned long)
7   0x7f4e1e6ffa95 std::unique_ptr&lt;WebKit::CoordinatedLayerTreeHostProxy, std::default_delete&lt;WebKit::CoordinatedLayerTreeHostProxy&gt; &gt;::~unique_ptr()
8   0x7f4e1e6fe1e6 WebKit::CoordinatedDrawingAreaProxy::~CoordinatedDrawingAreaProxy()
9   0x7f4e1e6fe222 WebKit::CoordinatedDrawingAreaProxy::~CoordinatedDrawingAreaProxy()
10  0x7f4e1e48f85c std::default_delete&lt;WebKit::DrawingAreaProxy&gt;::operator()(WebKit::DrawingAreaProxy*) const
11  0x7f4e1e490fc0 std::unique_ptr&lt;WebKit::DrawingAreaProxy, std::default_delete&lt;WebKit::DrawingAreaProxy&gt; &gt;::reset(WebKit::DrawingAreaProxy*)
12  0x7f4e1e48b8c3 std::unique_ptr&lt;WebKit::DrawingAreaProxy, std::default_delete&lt;WebKit::DrawingAreaProxy&gt; &gt;::operator=(decltype(nullptr))
13  0x7f4e1e471bbc WebKit::WebPageProxy::resetState(WebKit::WebPageProxy::ResetStateReason)
14  0x7f4e1e472008 WebKit::WebPageProxy::resetStateAfterProcessExited()
15  0x7f4e1e471b11 WebKit::WebPageProxy::processDidCrash()
16  0x7f4e1e4acd5b WebKit::WebProcessProxy::didClose(IPC::Connection&amp;)
17  0x7f4e1e33d97a
18  0x7f4e1e33ee0e
19  0x7f4e1e327570 std::function&lt;void ()&gt;::operator()() const
20  0x7f4e1ffd3afb WTF::RunLoop::performWork()
21  0x7f4e1ffd5ce8 WTF::RunLoop::wakeUpEvent(void*, void*, unsigned int)
22  0x7f4e1a28e88f
23  0x7f4e1a28f05a
24  0x7f4e1a28de61
25  0x7f4e1a28e087 ecore_main_loop_begin
26  0x40d9d0 elm_main
27  0x40da43 main
28  0x7f4e18cd9ec5 __libc_start_main
29  0x406369</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1286712</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-03-11 10:49:11 -0800</bug_when>
    <thetext>Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>