[Webkit-unassigned] [Bug 201031] [GTK][WPE] Some pages won't load and network process chews 100% of CPU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 05:19:30 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201031

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The problem is related to the GLib source priorities. It seems we are reading a lot of data from WebSockets and the pollable source used by libsoup is taking precedence over the other IO sources that happen in the network process. Note that we use AsyncIONetwork priority for IO in the network process, that's 100 for GTK and 10 for WPE, but the libsoup WebSocket source is created with the default priority (0).

-- 
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/20190827/d32a8f88/attachment.html>


More information about the webkit-unassigned mailing list