[Webkit-unassigned] [Bug 168126] [GTK][WPE] WebProcess should run cleanup on quit to release resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 7 08:22:56 PDT 2017


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

--- Comment #11 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Brady Eidson from comment #10)
> If this is truly needed for GTK/WPE/etc, it will need to be specific to
> those platforms.

Well it depends. On Linux it is considered nice, but optional, to release system resources before process termination. The OS is responsible for handling that if the process does not. The original reported problem here seems to be a bug with some graphics driver not doing that. We definitely do not need to support broken drivers, at least not upstream. The driver needs to be fixed.

Now, we really do need to finalize the SoupSession, but we already do that now (bug #166029) and that doesn't affect macOS at all.

-- 
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/20170807/e0025b7c/attachment.html>


More information about the webkit-unassigned mailing list