[Webkit-unassigned] [Bug 93501] REGRESSION (r124997): Flaky crashes in two tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 05:17:45 PDT 2012


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





--- Comment #1 from Mario Sanchez Prada <msanchez at igalia.com>  2012-08-09 05:18:10 PST ---
(In reply to comment #0)
> [...]
> #0  0x00007f3074384a4c in WebCore::emitTextChanged (object=0xf259500, textChange=WebCore::AXObjectCache::AXTextInserted, offset=0, text="Z") at ../../Source/WebCore/accessibility/gtk/AXObjectCacheAtk.cpp:163
> 163        AtkObject* wrapper = object->parentObjectUnignored()->wrapper();

Hmm... it seems a null check is in order there, specially now that we call to document->updateLayout() right before calling this function.

I'll try to reproduce this locally and check whether that assumption is right or not. Thanks for reporting

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