[Webkit-unassigned] [Bug 246454] PDFPlugin hangs in deallocation when data load contends with waiting for thread completion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 16:40:05 PDT 2022


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

--- Comment #5 from Darin Adler <darin at apple.com> ---
I’ll keep thinking about this although eventually we will want to await the arrival of an expert when I almost certainly don’t succeed.

One thing that probably isn’t right about the adapted code above is that it’s inherently racy to access isBeingDestroyed from a non-main thread. And of course we don’t want that type of polling loop in our completed solution.

-- 
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/20221014/37db79f0/attachment.htm>


More information about the webkit-unassigned mailing list