WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 260667
WindowEventLoop can infinite loop trying to run idle callback in suspended pages
https://bugs.webkit.org/show_bug.cgi?id=260667
Summary
WindowEventLoop can infinite loop trying to run idle callback in suspended pages
Ryosuke Niwa
Reported
2023-08-24 11:06:09 PDT
WindowEventLoop::didReachTimeToRun schedules itself again when an idle callback is scheduled but we didn't have enough time to run it. This logic can infinite loop when the timer never fires because the document has been suspended.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2023-08-24 11:06:40 PDT
<
rdar://114384740
>
Ryosuke Niwa
Comment 2
2023-08-24 11:11:19 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/17027
EWS
Comment 3
2023-08-24 14:24:45 PDT
Committed
267246@main
(5033809fcf70): <
https://commits.webkit.org/267246@main
> Reviewed commits have been landed. Closing PR #17027 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