<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 - [GTK] UI process crash in webkit_back_forward_list_get_current_item"
   href="https://bugs.webkit.org/show_bug.cgi?id=167307">167307</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] UI process crash in webkit_back_forward_list_get_current_item
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </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>Normal
          </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>mcatanzaro&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I have 51 reports of this UI process crash in webkit_back_forward_list_get_current_item. Looks like this occurs when performing a delayed page load (loading a saved tab for the first time after opening Epiphany):

Thread 1 (Thread 0x7f7119147fc0 (LWP 2493)):
#0  0x00007f71154d8a3c in WTFCrash() () at /usr/src/debug/webkitgtk-2.14.2/Source/WTF/wtf/Assertions.cpp:323
#1  0x00007f7115c8c199 in WTF::CrashOnOverflow::crash() () at /usr/src/debug/webkitgtk-2.14.2/Source/WTF/wtf/CheckedArithmetic.h:85
#2  0x00007f7115c8c199 in WTF::CrashOnOverflow::overflowed() () at /usr/src/debug/webkitgtk-2.14.2/Source/WTF/wtf/CheckedArithmetic.h:78
#3  0x00007f7115c8c199 in WTF::Vector&lt;WTF::RefPtr&lt;WebKit::WebBackForwardListItem&gt;, 0ul, WTF::CrashOnOverflow, 16ul&gt;::at(unsigned long) const (i=&lt;optimized out&gt;, this=&lt;optimized out&gt;) at /usr/src/debug/webkitgtk-2.14.2/Source/WTF/wtf/Vector.h:661
#4  0x00007f7115c8c199 in WTF::Vector&lt;WTF::RefPtr&lt;WebKit::WebBackForwardListItem&gt;, 0ul, WTF::CrashOnOverflow, 16ul&gt;::operator[](unsigned long) const (i=&lt;optimized out&gt;, this=&lt;optimized out&gt;) at /usr/src/debug/webkitgtk-2.14.2/Source/WTF/wtf/Vector.h:676
#5  0x00007f7115c8c199 in WebKit::WebBackForwardList::currentItem() const (this=&lt;optimized out&gt;) at /usr/src/debug/webkitgtk-2.14.2/Source/WebKit2/UIProcess/WebBackForwardList.cpp:212
#6  0x00007f7115e66fd4 in webkit_back_forward_list_get_current_item(WebKitBackForwardList*) (backForwardList=0x560cbd098720 [WebKitBackForwardList]) at /usr/src/debug/webkitgtk-2.14.2/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardList.cpp:166
#7  0x0000560cbbc45fa2 in load_delayed_request_if_mapped (user_data=user_data&#64;entry=0x560cbc98f2d0) at ephy-embed.c:648
        embed = 0x560cbc98f2d0 [EphyEmbed]
        web_view = 0x560cbd0063d0 [EphyWebView]
        item = &lt;optimized out&gt;
#8  0x00007f71111f688d in g_timeout_dispatch (source=0x560cbcf6c120, callback=0x560cbbc45f00 &lt;load_delayed_request_if_mapped&gt;, user_data=0x560cbc98f2d0) at gmain.c:4674
        timeout_source = 0x560cbcf6c120
        again = &lt;optimized out&gt;

I considered that this might be an Epiphany bug, but I don't think it is. We are careful to ensure that callback is not called after the EphyEmbed is disposed. I think the WebBackForwardList has been somehow corrupted, possibly due to a problem with session state.</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>