Bug 106214 - [EFL][WK2][INSPECTOR] Crash when going m.blog.naver.com with inspector window
Summary: [EFL][WK2][INSPECTOR] Crash when going m.blog.naver.com with inspector window
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 01:08 PST by Gyuyoung Kim
Modified: 2014-02-19 03:34 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-01-07 01:08:22 PST
When I go m.blog.naver.com with inspector window, MiniBrowser comes to crash.

Show Inspector (Ctrl+i) was pressed.
ASSERTION FAILED: m_repaintRect == renderer()->clippedOverflowRectForRepaint(renderer()->containerForRepaint())
/home/gyuyoung/webkit/WebKit/Source/WebCore/rendering/RenderLayer.cpp(759) : void WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, WebCore::RenderLayer::UpdateLayerPositionsAfterScrollFlags)
1   0x7f7d71d26a84 WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, unsigned int)
2   0x7f7d71d26b5f WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, unsigned int)
3   0x7f7d71d26b5f WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, unsigned int)
4   0x7f7d71d26b5f WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, unsigned int)
5   0x7f7d71d2688c WebCore::RenderLayer::updateLayerPositionsAfterOverflowScroll()
6   0x7f7d71d2b320 WebCore::RenderLayer::scrollTo(int, int)
7   0x7f7d71d2db63 WebCore::RenderLayer::setScrollOffset(WebCore::IntPoint const&)
8   0x7f7d71ab97da WebCore::ScrollableArea::scrollPositionChanged(WebCore::IntPoint const&)
9   0x7f7d71ab9a75 WebCore::ScrollableArea::setScrollOffsetFromAnimation(WebCore::IntPoint const&)
10  0x7f7d71ab912d WebCore::ScrollAnimator::notifyPositionChanged()
11  0x7f7d71ab8b61 WebCore::ScrollAnimator::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
12  0x7f7d71ab9670 WebCore::ScrollableArea::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
13  0x7f7d71d2b153 WebCore::RenderLayer::scrollToOffset(WebCore::IntSize const&, WebCore::RenderLayer::ScrollOffsetClamping)
14  0x7f7d71cbcef9 WebCore::RenderLayer::scrollToYOffset(int, WebCore::RenderLayer::ScrollOffsetClamping)
15  0x7f7d71ca29c5 WebCore::RenderBox::setScrollTop(int)
16  0x7f7d714aef1d WebCore::Element::setScrollTop(int)
17  0x7f7d721f0c21 WebCore::setJSElementScrollTop(JSC::ExecState*, JSC::JSObject*, JSC::JSValue)
18  0x7f7d721f9756 bool JSC::lookupPut<WebCore::JSElement>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const*, WebCore::JSElement*, bool)
19  0x7f7d721f911c void JSC::lookupPut<WebCore::JSElement, WebCore::JSNode>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const*, WebCore::JSElement*, JSC::PutPropertySlot&)
20  0x7f7d721f0b49 WebCore::JSElement::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
21  0x7f7d72294890 void JSC::lookupPut<WebCore::JSHTMLElement, WebCore::JSElement>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const*, WebCore::JSHTMLElement*, JSC::PutPropertySlot&)
22  0x7f7d72292aaf WebCore::JSHTMLElement::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
23  0x7f7d7228ce83 void JSC::lookupPut<WebCore::JSHTMLDivElement, WebCore::JSHTMLElement>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const*, WebCore::JSHTMLDivElement*, JSC::PutPropertySlot&)
24  0x7f7d7228c43d WebCore::JSHTMLDivElement::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
25  0x7f7d6b3c7c89 JSC::JSValue::put(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
26  0x7f7d6b63a665
27  0x7f7d6b6438cf
ERR<26034>:elementary els_tooltip.c:892 elm_object_tooltip_unset() Object does not have tooltip: obj
Segmentation fault (core dumped)
Comment 1 Gergő Balogh 2014-02-18 23:17:37 PST
It could be closed. I check and the mentioned error does not exists in http://svn.webkit.org/repository/webkit/trunk@164275
Comment 2 Gyuyoung Kim 2014-02-19 00:15:02 PST
(In reply to comment #1)
> It could be closed. I check and the mentioned error does not exists in http://svn.webkit.org/repository/webkit/trunk@164275

I see. Let me close this bug after checking if this issue is still reproduced now. However, now EFL is broken...
Comment 3 Gyuyoung Kim 2014-02-19 03:34:31 PST
This issue is not reproduced anymore.