[Webkit-unassigned] [Bug 164395] Web process crashed when receiving sighup signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 09:48:24 PDT 2016


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

--- Comment #8 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #6)
> Oh, I think I understand now.
> Do you mean that since the web process is started by `newsbeuter`, it will
> be killed when `newsbeuter` leaves?
> 
> I still think there is a bug in Epiphany thought (because the UI should not
> crash when the web process is crashed).
> 
> Do you know a workaround for this issue?
> I open the web browser from many console application so how can I launch a
> webkit2-based web browser from a console application without killing its web
> process when the console application exits?
> 
> Thanks for your answer.

Use something like this: https://documentation.codeship.com/continuous-integration/run-a-command-in-the-background/

This works:

nohup bash -c "epiphany 2>&1 &"

-- 
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/20161104/af8c742f/attachment.html>


More information about the webkit-unassigned mailing list