[Webkit-unassigned] [Bug 64011] Crash related to accessibility and setFocusedNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 10 18:48:12 PDT 2011


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





--- Comment #1 from chris fleizach <cfleizach at apple.com>  2011-07-10 18:48:13 PST ---
(In reply to comment #0)
> A particular sequence of actions on a Google+ page is causing both Safari and Webkit Nightly to crash when used with VoiceOver. It seems to be caused by AccessibilityRenderObject trying to set focus to a node that no longer exists.
> 
> We'll try to post a minimal html example, but for now, here's a stack trace.
> 
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
> 
> #0  0x0000000000000000 in ?? ()
> #1  0x00007fff864998f2 in NSAccessibilityHandleFocusChangedForce ()
> #2  0x0000000100e02fc6 in WebCore::Document::setFocusedNode ()
> #3  0x0000000100f268f7 in WebCore::FocusController::setFocusedNode ()
> #4  0x0000000100ef436b in WebCore::Element::focus ()
> #5  0x0000000100c81c1a in WebCore::AccessibilityRenderObject::setFocused ()
> #6  0x0000000100c6e9af in -[AccessibilityObjectWrapper
> accessibilitySetValue:forAttribute:] ()
> #7  0x00007fff866f279b in SetAttributeValue ()
> #8  0x00007fff8312d9ab in _AXXMIGSetAttributeValue ()
> #9  0x00007fff831376ea in _XSetAttributeValue ()
> #10 0x00007fff831130bb in mshMIGPerform ()
> #11 0x00007fff855e66e1 in __CFRunLoopRun ()
> #12 0x00007fff855e4dbf in CFRunLoopRunSpecific ()
> #13 0x00007fff817297ee in RunCurrentEventLoopInMode ()
> #14 0x00007fff817295f3 in ReceiveNextEventCommon ()
> #15 0x00007fff817294ac in BlockUntilNextEventMatchingListInMode ()
> #16 0x00007fff864a3e64 in _DPSNextEvent ()
> #17 0x00007fff864a37a9 in -[NSApplication
> nextEventMatchingMask:untilDate:inMode:dequeue:] ()
> #18 0x000000010001605a in ?? ()
> #19 0x00007fff8646948b in -[NSApplication run] ()
> #20 0x00007fff864621a8 in NSApplicationMain ()
> #21 0x0000000100009f7c in ?? ()

what version of 10.6? I believe this might be fixed in 10.6.8

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