[Webkit-unassigned] [Bug 106431] SIGSEV in WebCore::shouldEmitTabBeforeNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 11:09:36 PST 2013


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





--- Comment #5 from Joanmarie Diggs (irc: joanie) <jdiggs at igalia.com>  2013-01-19 11:11:25 PST ---
At the risk of asking "is it plugged in", your trace suggests that AccessibilityObject::accessibilityPlatformIncludesObject() calls AccessibilityRenderObject::textUnderElement().

AccessibilityObject::accessibilityPlatformIncludesObject() **used to** call AccessibilityRenderObject::textUnderElement(). BUT it no longer does. Removing that call was what was done in http://trac.webkit.org/changeset/140166. In fact, the reason it was removed (aside from being resource intensive) is because it was crashing when an element was being destroyed -- which is also the case in the backtrace provided in the opening report.

Therefore, if you indeed can still reproduce this bug even with the changeset I asked you about earlier, you should be seeing a different backtrace. Having that new bactrace would be helpful. If you are seeing the very same backtrace, I have to ask are you sure you are using a webkitgtk build which includes that changeset.

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