[Webkit-unassigned] [Bug 140289] [EFL] REGRESSION(r178029): It made compositing tests crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 9 03:37:13 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140289

--- Comment #1 from Byungseon Shin <sun.shin at lge.com> ---
I have found the call stack of crash from your link <https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/18835
>.


18:59:49.163 21071 worker/3 compositing/backing/no-backing-for-clip-overlap.html crashed, (stderr lines):
18:59:49.163 21071   1   0x7ffb1cebf8c0
18:59:49.163 21071   2   0x7ffb1d080c30
18:59:49.163 21071   3   0x7ffb1ed33c85 WebCore::CoordinatedGraphicsLayer::notifyFlushRequired()
18:59:49.163 21071   4   0x7ffb1ed37b45 WebCore::CoordinatedGraphicsLayer::removeFromParent()
18:59:49.164 21071   5   0x7ffb1ed361b2 WebCore::CoordinatedGraphicsLayer::~CoordinatedGraphicsLayer()
18:59:49.164 21071   6   0x7ffb1ed36791 WebCore::CoordinatedGraphicsLayer::~CoordinatedGraphicsLayer()
18:59:49.164 21071   7   0x7ffb1ead6ecc WebCore::RenderLayerBacking::updateChildClippingStrategy(bool)
18:59:49.164 21071   8   0x7ffb1ead7131 WebCore::RenderLayerBacking::~RenderLayerBacking()
18:59:49.164 21071   9   0x7ffb1ead72a1 WebCore::RenderLayerBacking::~RenderLayerBacking()
18:59:49.164 21071   10  0x7ffb1eacacf2 WebCore::RenderLayer::clearBacking(bool)
18:59:49.164 21071   11  0x7ffb1eacae4d WebCore::RenderLayer::~RenderLayer()
18:59:49.164 21071   12  0x7ffb1eacb0f1 WebCore::RenderLayer::~RenderLayer()
18:59:49.164 21071   13  0x7ffb1eb1095f WebCore::RenderObject::willBeDestroyed()
18:59:49.164 21071   14  0x7ffb1eb133f9 WebCore::RenderObject::destroy()

I can confirm that crash happens when clearing childClippingMaskLayer of CoordinatedGraphics Layer as in the following code.


 1433  void RenderLayerBacking::updateChildClippingStrategy(bool needsDescendentsClippingLayer)
 1434  {
 ................
 1453    } else {
 1454        if (m_childClippingMaskLayer) {
 1455            m_childClippingMaskLayer = nullptr; 

I am investigating the reason why it makes crash on EFL port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150109/75685693/attachment-0002.html>


More information about the webkit-unassigned mailing list