<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Web process crashed when receiving sighup signal"
href="https://bugs.webkit.org/show_bug.cgi?id=164395#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Web process crashed when receiving sighup signal"
href="https://bugs.webkit.org/show_bug.cgi?id=164395">bug 164395</a>
from <span class="vcard"><a class="email" href="mailto:clopez@igalia.com" title="Carlos Alberto Lopez Perez <clopez@igalia.com>"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=164395#c6">comment #6</a>)
<span class="quote">> 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.</span >
Use something like this: <a href="https://documentation.codeship.com/continuous-integration/run-a-command-in-the-background/">https://documentation.codeship.com/continuous-integration/run-a-command-in-the-background/</a>
This works:
nohup bash -c "epiphany 2>&1 &"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>