[Webkit-unassigned] [Bug 257000] [GTK[ WebProcess crash when scrolling down https://www.elegantthemes.com/gallery/divi/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 18 18:59:45 PDT 2023


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

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at redhat.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Hm, this page works fine for me.

We have to raise the file descriptor limit in the Epiphany UI process because the number of fds in use there scales proportionately to the number of browser tabs. We *could* do it in the web process too, but probably shouldn't have to. I wonder if there is an fd leak.

Try this. Have just one Epiphany instance open with only this page running and no other tabs, and close all other apps using WebKit. Open System Monitor, search for WebKitWebProcess (there should hopefully be only one or two!), right click and select Open Files. Normally there should be a few dozen. I'm attaching a screenshot of a typical example. Your web process should have 1028 open, which is absurd for a web process. Scroll to the bottom and take a screenshot, and also screenshot anything else that you think looks suspicious.

We can raise the limit way higher, but should only do this if we're confident that we are not leaking fds.

-- 
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/20230519/8819c4ec/attachment.htm>


More information about the webkit-unassigned mailing list