[Webkit-unassigned] [Bug 96932] [GTK] [Stable] Infinite recursion in WebCore::AXObjectCache::getOrCreate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 11:06:34 PDT 2012


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2012-09-17 11:07:04 PST ---
This seems to be the crux of the problem:

WebCore::AccessibilityObject::firstAnonymousBlockChild calls
WebCore::AXObjectCache::getOrCreate calls
WebCore::AccessibilityRenderObject::create calls
WebCore::AccessibilityNodeObject::init calls
WebCore::AccessibilityRenderObject::determineAccessibilityRole calls
WebCore::AccessibilityNodeObject::determineAriaRoleAttribute calls
WebCore::AccessibilityNodeObject::remapAriaRoleDueToParent calls
WebCore::AccessibilityRenderObject::accessibilityIsIgnored calls
WebCore::AccessibilityRenderObject::accessibilityIsIgnoredBase calls
WebCore::AccessibilityObject::accessibilityPlatformIncludesObject calls
WebCore::AccessibilityObject::firstAnonymousBlockChild

-- 
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