| Summary: | AX ITM: CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::AXIsolatedTree::updateChildren | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Andres Gonzalez <andresg_22> | ||||||
| Component: | Accessibility | Assignee: | Andres Gonzalez <andresg_22> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aboxhall, andresg_22, apinheiro, cfleizach, darin, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Andres Gonzalez
2022-08-04 19:04:24 PDT
11 __pthread_kill
11 pthread_kill
11 abort
11 abort_message
11 __cxa_pure_virtual
==> 19 WebCore::AXIsolatedTree::updateChildren(WebCore::AXCoreObject&, WebCore::AXIsolatedTree::ResolveNodeChanges) <==
19 WebCore::AXIsolatedTree::updateChildren(WebCore::AXCoreObject&, WebCore::AXIsolatedTree::ResolveNodeChanges)
19 WebCore::AXObjectCache::updateIsolatedTree(WTF::Vector<std::__1::pair<WTF::RefPtr<WebCore::AXCoreObject, WTF::RawPtrTraits<WebCore::AXCoreObject>, WTF::DefaultRefDerefTraits<WebCore::AXCoreObject> >, WebCore::AXObjectCache::AXNotification>, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&)
19 WebCore::AXObjectCache::updateIsolatedTree(WebCore::AXCoreObject&, WebCore::AXObjectCache::AXNotification)
19 WebCore::AXObjectCache::handleChildrenChanged(WebCore::AccessibilityObject&)
19 WebCore::AXObjectCache::handleAttributeChange(WebCore::Element*, WebCore::QualifiedName const&)
19 WebCore::Element::attributeChanged(WebCore::QualifiedName const&, WTF::AtomString const&, WTF::AtomString const&, WebCore::Element::AttributeModificationReason)
12
Created attachment 461415 [details]
Patch
Comment on attachment 461415 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=461415&action=review > Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:156 > + RefPtr<AccessibilityObject> child = downcast<AccessibilityObject>(m_children[optionIndex].get()); Should just write RefPtr instead of RefPtr<AccessibilityObject>. Created attachment 461427 [details]
Patch
Committed 253180@main (9a9375a00e57): <https://commits.webkit.org/253180@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461427 [details]. |