[Webkit-unassigned] [Bug 158899] [GTK] Subprocess leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 10:25:59 PDT 2016


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Yes, that's intentional; we spawn an intermediary process that spawns the real subprocess and then immediately quits, to ensure the real subprocess gets parented by pid 1 so that the UI process doesn't have to worry about reaping it. To avoid that, we would have to pass G_SPAWN_DO_NOT_REAP_CHILD to g_spawn_async in ProcessLauncherGtk.cpp (and also reap the child processes when they quit).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160620/cb93218a/attachment.html>


More information about the webkit-unassigned mailing list