RESOLVED FIXED 248417
Don't hold the stream connection work queue lock while running the shutdown callback.
https://bugs.webkit.org/show_bug.cgi?id=248417
Summary Don't hold the stream connection work queue lock while running the shutdown c...
Matt Woodrow
Reported 2022-11-28 13:09:59 PST
If any code within the shutdown code tries to access the lock (to remove buffer references) then we can deadlock.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-28 13:10:13 PST
Matt Woodrow
Comment 2 2022-11-28 13:19:55 PST
EWS
Comment 3 2022-11-28 16:46:19 PST
Committed 257092@main (1f4c8acb5b7c): <https://commits.webkit.org/257092@main> Reviewed commits have been landed. Closing PR #6878 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.