[Webkit-unassigned] [Bug 50868] inspector/debugger-step-out.html crashing intermittently in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 08:16:05 PST 2010


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





--- Comment #4 from Yury Semikhatsky <yurys at chromium.org>  2010-12-23 08:16:04 PST ---
(In reply to comment #3)

The problem is that the style referenced from InspectorStyle::m_style is stale, even though the Element in InspectorStyleSheetForInlineStyle::m_element field of its container is the same as the considered Element.


The prob

(gdb) f 1
#1  0x00007ffff6152fe6 in WebCore::InspectorStyle::buildObjectForStyle (this=0x9d7620) at ../../../WebCore/inspector/InspectorStyleSheet.cpp:141
141         propertiesObject->setString("width", m_style->getPropertyValue("width"));
(gdb) p *this->m_style
$50 = {<WebCore::StyleBase> = {<WTF::RefCounted<WebCore::StyleBase>> = {<WTF::RefCountedBase> = {m_refCount = 1131377775,
        m_deletionHasBegun = 97,
        m_adoptionIsRequired = 115}, <WTFNoncopyable::Noncopyable> = {<WTF::FastAllocBase> = {<No data fields>}, <No data fields>}, <No data fields>}, _vptr.StyleBase = 0x67207b2020202020, m_parent = 0x6f63203b3938203d}, <No data fields>}
(gdb)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list