RESOLVED FIXED242039
Download::platformCancelNetworkLoad() may call its completion handler on the wrong thread
https://bugs.webkit.org/show_bug.cgi?id=242039
Summary Download::platformCancelNetworkLoad() may call its completion handler on the ...
Chris Dumez
Reported 2022-06-27 16:34:24 PDT
Download::platformCancelNetworkLoad() may call its completion handler on the wrong thread, leading to crashes in the Timer destructor because the Download object gets destroyed off the main thread.
Attachments
Chris Dumez
Comment 1 2022-06-27 16:34:36 PDT
Chris Dumez
Comment 2 2022-06-27 16:37:17 PDT
EWS
Comment 3 2022-06-27 18:00:05 PDT
Committed 251897@main (ac21d7522331): <https://commits.webkit.org/251897@main> Reviewed commits have been landed. Closing PR #1837 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.