Thread 0 Crashed ↩: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x7fff869fb329 WebCore::AccessibilityRenderObject::visiblePositionForPoint(WebCore::IntPoint const&) const + 297 (/SourceCache/WebCore/ Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038 Crashed Thread: 0 Dispatch queue: com.apple.main-thread WebCore-7533.20.24/accessibility/AccessibilityRenderObject.cpp:2557) 1 com.apple.WebCore 0x7fff86719c22 -[AccessibilityObjectWrapper accessibilityAttributeValue:forParameter:] + 2562 (/SourceCache/WebCore/WebCore-7533.20.24/accessibility/mac/AccessibilityObjectWrapper.mm:2360)
That line is FrameView* frameView = m_renderer->document()->topDocument()->renderer()->view()->frameView(); which seems likely that there was a nil pointer in there somewhere
unfortunately, i can't reproduce this crash, and don't know how it occurs
Created attachment 87541 [details] patch
Comment on attachment 87541 [details] patch Clearing flags on attachment: 87541 Committed r84444: <http://trac.webkit.org/changeset/84444>
All reviewed patches have been landed. Closing bug.