[Webkit-unassigned] [Bug 159103] TransactionOperations can get destroyed on the wrong thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 15:43:53 PDT 2016


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

--- Comment #1 from Brady Eidson <beidson at apple.com> ---
This is a race, pure and simple. The operation completion has to happen on the background thread so quickly that it's done before the main thread that scheduled the background thread task even finishes doing so.

It's going to be difficult to write a dedicated test for.

But it will clear up random bot exposure in random workers tests.

-- 
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/20160624/095acda3/attachment.html>


More information about the webkit-unassigned mailing list