[Webkit-unassigned] [Bug 274802] REGRESSION(274853 at main): [GLib][MSE] Excessive CPU usage from cached web process after closing ksdk.com page, failure to display web content after reopening page, part 2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 11 03:00:16 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274802
--- Comment #16 from Philippe Normand <philn at igalia.com> ---
Did you see comment 9 ? It's obvious if you read the code:
void HTMLMediaElement::mediaPlayerReadyStateChanged()
{
if (isSuspended()) {
queueTaskKeepingObjectAlive(*this, TaskSource::MediaElement, [this] {
mediaPlayerReadyStateChanged();
});
return;
}
...
}
As nothing makes isSuspended() false, the method loops on itself forever.
--
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/20240611/2113b0bd/attachment.htm>
More information about the webkit-unassigned
mailing list