<?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>117928</bug_id>
          
          <creation_ts>2013-06-24 03:06:37 -0700</creation_ts>
          <short_desc>ASSERTION FAILED: clipRectsContext.rootLayer == m_clipRectsCache-&gt;m_clipRectsRoot[clipRectsType] in WebCore::RenderLayer::updateClipRects</short_desc>
          <delta_ts>2021-10-21 16:41:03 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=197818</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>116980</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Renata Hodovan">rhodovan.u-szeged</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>fujii</cc>
    
    <cc>mitz</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>902899</commentid>
    <comment_count>0</comment_count>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2013-06-24 03:06:37 -0700</bug_when>
    <thetext>The test below fails on the above condition.
Hint: you need 11 or more &apos;a&apos; character after &lt;img&gt;.

&lt;html&gt;
&lt;body&gt;
    &lt;div style=&quot;-webkit-writing-mode: vertical-lr; -webkit-column-axis: horizontal;&quot;&gt;
        &lt;div style=&quot;-webkit-columns: 6;&quot;&gt;
		&lt;li style=&quot;position: absolute;&quot;&gt;&lt;/li&gt;
		&lt;img style=&quot;-webkit-filter: sepia(0.4)&quot;&gt;aaaaaaaaaaa
	&lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;


BackTrace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5760ba5 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
339	    *(int *)(uintptr_t)0xbbadbeef = 0;
(gdb) bt
#0  0x00007ffff5760ba5 in WTFCrash () at /home/reni/Data/REPOS/webkit_sec/Source/WTF/wtf/Assertions.cpp:339
#1  0x00007ffff49a0dd6 in WebCore::RenderLayer::updateClipRects (this=0x890058, clipRectsContext=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:5016
#2  0x00007ffff49a18b7 in WebCore::RenderLayer::parentClipRects (this=0x8c87c8, clipRectsContext=..., clipRects=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:5131
#3  0x00007ffff49a1a96 in WebCore::RenderLayer::backgroundClipRect (this=0x8c87c8, clipRectsContext=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:5159
#4  0x00007ffff4999ab3 in WebCore::RenderLayer::paintLayer (this=0x8c87c8, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3669
#5  0x00007ffff499d824 in WebCore::RenderLayer::paintChildLayerIntoColumns (this=0x78cd18, childLayer=0x8c87c8, context=0x7fffffffbab0, paintingInfo=..., 
    paintFlags=224, columnLayers=..., colIndex=0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:4374
#6  0x00007ffff499dafb in WebCore::RenderLayer::paintChildLayerIntoColumns (this=0x78cd18, childLayer=0x8c87c8, context=0x7fffffffbab0, paintingInfo=..., 
    paintFlags=224, columnLayers=..., colIndex=1) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:4395
#7  0x00007ffff499d087 in WebCore::RenderLayer::paintPaginatedChildLayer (this=0x78cd18, childLayer=0x8c87c8, context=0x7fffffffbab0, paintingInfo=..., 
    paintFlags=224) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:4309
#8  0x00007ffff499b4bf in WebCore::RenderLayer::paintList (this=0x78cd18, list=0x8cff10, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:4031
#9  0x00007ffff499aecf in WebCore::RenderLayer::paintLayerContents (this=0x78cd18, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3954
#10 0x00007ffff4999cfc in WebCore::RenderLayer::paintLayerContentsAndReflection (this=0x78cd18, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3703
#11 0x00007ffff4999bf2 in WebCore::RenderLayer::paintLayer (this=0x78cd18, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3685
#12 0x00007ffff499b49f in WebCore::RenderLayer::paintList (this=0x786ac8, list=0x8b2d50, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:4029
#13 0x00007ffff499aecf in WebCore::RenderLayer::paintLayerContents (this=0x786ac8, context=0x7fffffffbab0, paintingInfo=..., paintFlags=224)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3954
#14 0x00007ffff4999cfc in WebCore::RenderLayer::paintLayerContentsAndReflection (this=0x786ac8, context=0x7fffffffbab0, paintingInfo=..., paintFlags=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3703
#15 0x00007ffff4999bf2 in WebCore::RenderLayer::paintLayer (this=0x786ac8, context=0x7fffffffbab0, paintingInfo=..., paintFlags=0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3685
#16 0x00007ffff4998f04 in WebCore::RenderLayer::paint (this=0x786ac8, context=0x7fffffffbab0, damageRect=..., paintBehavior=0, subtreePaintRoot=0x0, 
    region=0x0, paintFlags=0) at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/rendering/RenderLayer.cpp:3496
#17 0x00007ffff470ae56 in WebCore::FrameView::paintContents (this=0x78a620, p=0x7fffffffbab0, rect=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebCore/page/FrameView.cpp:3581
#18 0x00007ffff3c54100 in QWebFrameAdapter::renderRelativeCoords (this=0x753830, painter=0x7fffffffbc10, layers=255, clip=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:537
#19 0x00007ffff7baac00 in QWebFrame::render (this=0x78b0f0, painter=0x7fffffffbc10, layer=..., clip=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WidgetApi/qwebframe.cpp:644
#20 0x00007ffff7baacd0 in QWebFrame::render (this=0x78b0f0, painter=0x7fffffffbc10, clip=...)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WidgetApi/qwebframe.cpp:654
#21 0x00007ffff7bb987e in QWebView::paintEvent (this=0x7442c0, ev=0x7fffffffc3f0)
    at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WidgetApi/qwebview.cpp:829
#22 0x00007ffff3118848 in QWidget::event(QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#23 0x00007ffff7bb9627 in QWebView::event (this=0x7442c0, e=0x7fffffffc3f0) at /home/reni/Data/REPOS/webkit_sec/Source/WebKit/qt/WidgetApi/qwebview.cpp:733
#24 0x00007ffff30e1dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#25 0x00007ffff30e5075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#26 0x00007ffff2275dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#27 0x00007ffff3115705 in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#28 0x00007ffff311617b in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList&lt;QObject*&gt; const&amp;, int, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
---Type &lt;return&gt; to continue, or q &lt;return&gt; to quit---
#29 0x00007ffff3115256 in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#30 0x00007ffff311617b in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList&lt;QObject*&gt; const&amp;, int, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#31 0x00007ffff3115fd1 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList&lt;QObject*&gt; const&amp;, int, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#32 0x00007ffff3115fd1 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList&lt;QObject*&gt; const&amp;, int, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#33 0x00007ffff3115256 in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&amp;, QPoint const&amp;, int, QPainter*, QWidgetBackingStore*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#34 0x00007ffff30eb09f in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#35 0x00007ffff30eb839 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#36 0x00007ffff3136bc3 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#37 0x00007ffff30e1dbc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#38 0x00007ffff30e5075 in QApplication::notify(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Widgets.so.5
#39 0x00007ffff2275dbe in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#40 0x00007ffff274c3a7 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Gui.so.5
#41 0x00007ffff275353d in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Gui.so.5
#42 0x00007ffff2742a68 in QWindowSystemInterface::sendWindowSystemEventsImplementation(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Gui.so.5
#43 0x00007fffe81506b0 in ?? () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/plugins/platforms/libxcb.so
#44 0x00007fffee40bf05 in g_main_dispatch (context=0x6632f0) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3054
#45 g_main_context_dispatch (context=context@entry=0x6632f0) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3630
#46 0x00007fffee40c248 in g_main_context_iterate (context=context@entry=0x6632f0, block=block@entry=1, dispatch=dispatch@entry=1, self=&lt;optimized out&gt;)
    at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3701
#47 0x00007fffee40c304 in g_main_context_iteration (context=0x6632f0, may_block=1) at /build/buildd/glib2.0-2.36.0/./glib/gmain.c:3762
#48 0x00007ffff22bd4bc in QEventDispatcherGlib::processEvents(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) ()
   from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#49 0x00007ffff2274d3b in QEventLoop::exec(QFlags&lt;QEventLoop::ProcessEventsFlag&gt;) () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#50 0x00007ffff2278120 in QCoreApplication::exec() () from /usr/local/Trolltech/Qt5/Qt-5.0.0-r40/lib/libQt5Core.so.5
#51 0x0000000000421ba0 in launcherMain (app=...) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:49
#52 0x0000000000423680 in main (argc=2, argv=0x7fffffffdc68) at /home/reni/Data/REPOS/webkit_sec/Tools/QtTestBrowser/qttestbrowser.cpp:318</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1068054</commentid>
    <comment_count>1</comment_count>
      <attachid>246323</attachid>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2015-02-10 07:34:46 -0800</bug_when>
    <thetext>Created attachment 246323
Test case

New test case for the old bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1174219</commentid>
    <comment_count>2</comment_count>
      <attachid>273902</attachid>
    <who name="Renata Hodovan">rhodovan.u-szeged</who>
    <bug_when>2016-03-13 14:10:37 -0700</bug_when>
    <thetext>Created attachment 273902
Test case for Mac

The old test case doesn&apos;t repro on Mac. The new one does.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217029</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2016-08-03 11:25:01 -0700</bug_when>
    <thetext>This is still happening as of r204037.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217436</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-08-04 09:58:36 -0700</bug_when>
    <thetext>&lt;rdar://problem/27701670&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1807428</commentid>
    <comment_count>5</comment_count>
    <who name="Smoley">smoley</who>
    <bug_when>2021-10-21 16:41:03 -0700</bug_when>
    <thetext>*** Bug 231282 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>246323</attachid>
            <date>2015-02-10 07:34:46 -0800</date>
            <delta_ts>2015-02-10 07:34:46 -0800</delta_ts>
            <desc>Test case</desc>
            <filename>crash2.html</filename>
            <type>text/html</type>
            <size>153</size>
            <attacher name="Renata Hodovan">rhodovan.u-szeged</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+CjxzdHlsZT4KKiB7CiAgICBmb250LXN0eWxlOiBub3JtYWw7CiAgICBj
b2x1bW4tY291bnQ6IDI7CiAgICBwb3NpdGlvbjogYWJzb2x1dGU7Cn0KPC9zdHlsZT4KPGJ1dHRv
bj4KICAgIDxpbnM+CjwvYnV0dG9uPgo8YXVkaW8gY29udHJvbHM+
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>273902</attachid>
            <date>2016-03-13 14:10:37 -0700</date>
            <delta_ts>2016-03-13 14:10:37 -0700</delta_ts>
            <desc>Test case for Mac</desc>
            <filename>test.html</filename>
            <type>text/html</type>
            <size>102</size>
            <attacher name="Renata Hodovan">rhodovan.u-szeged</attacher>
            
              <data encoding="base64">PHN0eWxlPgoqfCogewoJLXdlYmtpdC1jbGlwLXBhdGg6IHBvbHlnb24oMCAwLCAwIDIwMHB4KTsK
ICAgIC13ZWJraXQtY29sdW1uLXdpZHRoOiA5ODM1cHg7Cn0KPC9zdHlsZT4J
</data>

          </attachment>
      

    </bug>

</bugzilla>