[Webkit-unassigned] [Bug 157525] Modern IDB: Some blob tests ASSERT sometimes on the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 09:41:29 PDT 2016


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

--- Comment #13 from Brady Eidson <beidson at apple.com> ---
It's related to nesting these lambdas, having one call the other, etc etc., and then the order in which they are torn down.

The teardown order is obviously racey.

This would be *simply* solved if we had C++14 lambda capture semantics, because we could move the RefPtr around instead of copying it.

*sigh*

I'll figure something out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160520/3abb24cf/attachment.html>


More information about the webkit-unassigned mailing list