<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 - [SOUP] Network process hangs in GTlsConnectionGnutls claim_op"
   href="https://bugs.webkit.org/show_bug.cgi?id=156686">156686</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[SOUP] Network process hangs in GTlsConnectionGnutls claim_op
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

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

        <tr>
          <th>Keywords</th>
          <td>Soup
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>WebKit2
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>cgarcia&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org, danw&#64;gnome.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This is happening to me very often lately. What happens with ephy is that you can't load anything else, so you have to restart it. Dan, I have opened the bug here for now, because I'm not sure if the problem is in libsoup or glib-networking, but doesn't look like a WebKit bug looking at the bt, see:

#0  0x00007fd4149ede4d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x00007fd4194ac927 in g_poll (fds=&lt;optimized out&gt;, nfds=&lt;optimized out&gt;, timeout=&lt;optimized out&gt;) at gpoll.c:124
#2  0x00007fd40a9dc46a in claim_op (gnutls=gnutls&#64;entry=0x2630470, op=op&#64;entry=G_TLS_CONNECTION_GNUTLS_OP_CLOSE_BOTH, blocking=blocking&#64;entry=1, cancellable=cancellable&#64;entry=0x0, 
    error=error&#64;entry=0x0) at gtlsconnection-gnutls.c:668
#3  0x00007fd40a9deded in g_tls_connection_gnutls_close_internal (stream=&lt;optimized out&gt;, direction=(G_TLS_DIRECTION_READ | G_TLS_DIRECTION_WRITE), cancellable=0x0, error=0x0)
    at gtlsconnection-gnutls.c:1655
#4  0x00007fd419c1916c in g_io_stream_close (stream=0x2630470, cancellable=cancellable&#64;entry=0x0, error=error&#64;entry=0x0) at giostream.c:422
#5  0x00007fd418b43221 in disconnect_internal (sock=sock&#64;entry=0x2513730, close=close&#64;entry=1) at soup-socket.c:190
#6  0x00007fd418b44bb7 in soup_socket_disconnect (sock=0x2513730) at soup-socket.c:1558
#7  0x00007fd418b1cd9f in soup_connection_disconnect (conn=0x24a6dc0) at soup-connection.c:595
#8  0x00007fd418b1c5c8 in soup_connection_set_state (conn=0x24a6dc0, state=SOUP_CONNECTION_IDLE) at soup-connection.c:677
#9  0x00007fd418b3c364 in soup_session_unqueue_item (session=0x1e85130, item=0x2686e30) at soup-session.c:1496
#10 0x00007fd418b3fa51 in soup_session_process_queue_item (session=session&#64;entry=0x1e85130, item=item&#64;entry=0x2686e30, should_cleanup=should_cleanup&#64;entry=0x0, loop=loop&#64;entry=0)
    at soup-session.c:2054
#11 0x00007fd418b418a1 in soup_session_async_cancel_message (session=0x1e85130, msg=0x2685e40, status_code=&lt;optimized out&gt;) at soup-session-async.c:132
#12 0x00007fd418b3d73c in soup_session_cancel_message (session=0x1e85130, msg=0x2685e40, status_code=1) at soup-session.c:2475
#13 0x00007fd41fa08343 in WebKit::NetworkResourceLoader::abort() () from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#14 0x00007fd41f9fab68 in WebKit::NetworkConnectionToWebProcess::removeLoadIdentifier(unsigned long) () from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#15 0x00007fd41facb343 in WebKit::NetworkConnectionToWebProcess::didReceiveNetworkConnectionToWebProcessMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;) ()
   from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#16 0x00007fd41f832ca6 in IPC::Connection::dispatchMessage(std::unique_ptr&lt;IPC::MessageDecoder, std::default_delete&lt;IPC::MessageDecoder&gt; &gt;) ()
   from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#17 0x00007fd41f8335a3 in IPC::Connection::dispatchOneMessage() () from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#18 0x00007fd41e1c770f in WTF::RunLoop::performWork() () from /home/cgarcia/gnome/lib/libjavascriptcoregtk-4.0.so.18
#19 0x00007fd41e1f64b9 in WTF::RunLoop::RunLoop()::{lambda(void*)#1}::_FUN(void*) () from /home/cgarcia/gnome/lib/libjavascriptcoregtk-4.0.so.18
#20 0x00007fd41949db8a in g_main_dispatch (context=0x1e8d4f0) at gmain.c:3154
#21 g_main_context_dispatch (context=context&#64;entry=0x1e8d4f0) at gmain.c:3769
#22 0x00007fd41949df08 in g_main_context_iterate (context=0x1e8d4f0, block=block&#64;entry=1, dispatch=dispatch&#64;entry=1, self=&lt;optimized out&gt;) at gmain.c:3840
#23 0x00007fd41949e222 in g_main_loop_run (loop=0x26255e0) at gmain.c:4034
#24 0x00007fd41e1f6ce0 in WTF::RunLoop::run() () from /home/cgarcia/gnome/lib/libjavascriptcoregtk-4.0.so.18
#25 0x00007fd41fa3beca in int WebKit::ChildProcessMain&lt;WebKit::NetworkProcess, WebKit::NetworkProcessMain&gt;(int, char**) () from /home/cgarcia/gnome/lib/libwebkit2gtk-4.0.so.37
#26 0x00007fd41492e610 in __libc_start_main (main=0x400af0 &lt;main&gt;, argc=2, argv=0x7ffe23bd4438, init=&lt;optimized out&gt;, fini=&lt;optimized out&gt;, rtld_fini=&lt;optimized out&gt;, 
    stack_end=0x7ffe23bd4428) at libc-start.c:291
#27 0x0000000000400b49 in _start ()</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>