<?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>170009</bug_id>
          
          <creation_ts>2017-03-23 09:31:19 -0700</creation_ts>
          <short_desc>[GTK] ASSERTION FAILED: !m_flushingLayers</short_desc>
          <delta_ts>2017-05-12 03:00:58 -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>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>172025</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="Carlos Alberto Lopez Perez">clopez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>cgarcia</cc>
    
    <cc>magomez</cc>
    
    <cc>zan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1290464</commentid>
    <comment_count>0</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2017-03-23 09:31:19 -0700</bug_when>
    <thetext>Since I enabled the WebGL, 3D and compositing layout tests in https://trac.webkit.org/r214223 lots (176) of them are crashing on the debug builds because of this:

ASSERTION FAILED: !m_flushingLayers
  ../../Source/WebCore/rendering/RenderLayerCompositor.cpp(405) : void WebCore::RenderLayerCompositor::scheduleLayerFlush(bool)
  1   0x7f781278082d /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libjavascriptcoregtk-4.0.so.18(WTFCrash+0x1d) [0x7f781278082d]
  2   0x7f781a7d9061 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::RenderLayerCompositor::scheduleLayerFlush(bool)+0x51) [0x7f781a7d9061]
  3   0x7f781a7d9006 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::RenderLayerCompositor::notifyFlushRequired(WebCore::GraphicsLayer const*)+0x36) [0x7f781a7d9006]
  4   0x7f781ad83a73 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::CoordinatedGraphicsLayer::notifyFlushRequired()+0x73) [0x7f781ad83a73]
  5   0x7f781ad83aab /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::CoordinatedGraphicsLayer::didChangeLayerState()+0x2b) [0x7f781ad83aab]
  6   0x7f781ad85e24 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::CoordinatedGraphicsLayer::syncImageBacking()+0x284) [0x7f781ad85e24]
  7   0x7f781ad86647 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::CoordinatedGraphicsLayer::flushCompositingStateForThisLayerOnly()+0x97) [0x7f781ad86647]
  8   0x7f781ad859aa /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::CoordinatedGraphicsLayer::flushCompositingState(WebCore::FloatRect const&amp;)+0x8a) [0x7f781ad859aa]
  9   0x7f781a7d94ea /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::RenderLayerCompositor::flushPendingLayerChanges(bool)+0x2ea) [0x7f781a7d94ea]
  10  0x7f781a7df881 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::RenderLayerCompositor::layerTreeAsText(unsigned int)+0x71) [0x7f781a7df881]
  11  0x7f781a2b5c33 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libwebkit2gtk-4.0.so.37(WebCore::Frame::layerTreeAsText(unsigned int) const+0x73) [0x7f781a2b5c33]
  12  0x7f77baa83a5c /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so(WebCore::Internals::layerTreeAsText(WebCore::Document&amp;, unsigned short) const+0xac) [0x7f77baa83a5c]
  13  0x7f77baa24aa5 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so(+0x28aaa5) [0x7f77baa24aa5]
  14  0x7f77ba9fc332 /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so(+0x262332) [0x7f77ba9fc332]
  15  0x7f77ba9fc08c /home/clopez/webkit/webkit/WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so(WebCore::jsInternalsPrototypeFunctionLayerTreeAsText(JSC::ExecState*)+0x1c) [0x7f77ba9fc08c]
  16  0x7f77c14cf028 [0x7f77c14cf028]
  LEAK: 1 WebProcessPool
  LEAK: 1 WebPageProxy</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1290506</commentid>
    <comment_count>1</comment_count>
    <who name="Carlos Alberto Lopez Perez">clopez</who>
    <bug_when>2017-03-23 11:25:31 -0700</bug_when>
    <thetext>Updated the test expectations file on https://trac.webkit.org/r214306</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1307833</commentid>
    <comment_count>2</comment_count>
    <who name="Carlos Garcia Campos">cgarcia</who>
    <bug_when>2017-05-12 03:00:58 -0700</bug_when>
    <thetext>I&apos;ve just noticed this was already reported, marking this as dupl because the other one has a patch already attached.

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

    </bug>

</bugzilla>