<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web process crashed when receiving sighup signal"
   href="https://bugs.webkit.org/show_bug.cgi?id=164395">164395</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Web process crashed when receiving sighup signal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Critical
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bouanto&#64;zoho.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello.
I found that WebKit2 (not sure if it is WebKit2Gtk but I use it) crashes when receiving a sighup signal.
This even affects Epiphany where the application completely crashes, hence the Critical severity.

I don't know a simple way to reproduce the bug, so I post the way I can always reproduce the issue:

1. Configure the newsbeuter RSS client to use epiphany (put `browser &quot;epiphany %u &amp;&quot;` in `~/.config/newsbeuter/config) and at a least a feed URL in `~/.config/newsbeuter/urls`.
2. Run the command `urxvt -e newsbeuter` from the terminal.
3. Open a feed (with Enter), then a link (with O — capital o): this will open epiphany.
4. Exit newsbeuter (by hitting twice q): this will make epiphany crash.

Note that I do not get this issue if I run the command `newsbeuter` instead of `urxvt -e newsbeuter`.
This issue does not happen in other web browsers.

While debugging the web process with gdb, I see the following:

[Thread 0x7fde77556700 (LWP 9825) exited]

Thread 1 &quot;WebKitWebProces&quot; received signal SIGHUP, Hangup.
0x00007fdedc34c48d in poll () from /usr/lib/libc.so.6
(gdb) cont
Continuing.
Couldn't get registers: Aucun processus de ce type.
Couldn't get registers: Aucun processus de ce type.
Couldn't get registers: Aucun processus de ce type.
(gdb) [Thread 0x7fde5d12e700 (LWP 9842) exited]
[Thread 0x7fde5fdf2700 (LWP 9829) exited]
[Thread 0x7fde74dff700 (LWP 9828) exited]
[Thread 0x7fde76d55700 (LWP 9827) exited]
[Thread 0x7fdec4b11700 (LWP 9824) exited]
[Thread 0x7fdec5312700 (LWP 9823) exited]
[Thread 0x7fdec6314700 (LWP 9818) exited]
[Thread 0x7fdec6b15700 (LWP 9817) exited]
[Thread 0x7fdec8bfc700 (LWP 9816) exited]
[Thread 0x7fdedf0159c0 (LWP 9805) exited]

At first, I thought it has something to do with gdbus (because I sometimes saw the message &quot;Thread gdbus exited&quot; or something similar), but the MiniBrowser also has this issue and I don't think it uses gdbus.

If you are unable to reproduce this issue or want more information, feel free to ask.

I run ArchLinux with
epiphany 3.22.1
webkit2gtk 2.14.2

Thanks to fix this issue.</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>