WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
276301
Drain suspended process message queues more deterministically
https://bugs.webkit.org/show_bug.cgi?id=276301
Summary
Drain suspended process message queues more deterministically
Ben Nham
Reported
2024-07-07 16:29:52 PDT
When we detect that a message queue for a suspended process has filled up, we currently wake it up for a fixed 3 second duration. We should probably just wake it up more deterministically (e.g. by enqueuing a message and waiting for the reply handler to fire). We also should add better logging around what messages are ending up on the message queue when this happens.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-07-07 16:35:05 PDT
<
rdar://problem/131274197
>
Ben Nham
Comment 2
2024-07-07 16:43:18 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/30553
EWS
Comment 3
2024-07-08 05:58:04 PDT
Committed
280728@main
(39cca367b0f9): <
https://commits.webkit.org/280728@main
> Reviewed commits have been landed. Closing PR #30553 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug