[Webkit-unassigned] [Bug 139654] DropAllLocks assertion on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 15 16:05:46 PST 2014


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

Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com

--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
I looked through the Instruments trace and it convinced me of something that, in retrospect, is obvious just from the crashing backtrace: It's possible for SendDelegateMessage to DropAllLocks when it doesn't hold the lock and, if it does so while the main thread is garbage collecting, this RELEASE_ASSERT will file.

I think the right solution here is to refactor this RELEASE_ASSERT not to fire under this condition, since the condition is otherwise harmless.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141216/5b57eaf2/attachment-0002.html>


More information about the webkit-unassigned mailing list