[Webkit-unassigned] [Bug 224533] [GTK][WPE] Properly recover from unresponsive web processes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 01:16:08 PDT 2021


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

--- Comment #2 from Miguel Gomez <magomez at igalia.com> ---
(In reply to Fujii Hironori from comment #1)
> You can get the pid of the web process by using WKPageGetProcessIdentifier
> API. You can kill the unresponsive web process. I am not sure this is the
> proper way to recover.

I think that's the intended way to do it when using the C API (I know some people are doing it that way).
In the glib API we don't have an equivalent to WKPageGetProcessIdentifier though. We could add one and follow the same approach, or we could just add an API method to WebKitWebView to directly kill the web content process.

-- 
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/20210428/95ee1d65/attachment.htm>


More information about the webkit-unassigned mailing list