<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hs85.jeong&#64;samsung.com" title="Hunseop Jeong &lt;hs85.jeong&#64;samsung.com&gt;"> <span class="fn">Hunseop Jeong</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WK2][GTK] ASSERTION FAILED: m_touchEvents.contains(sequence) in some touch event tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=131218">bug 131218</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>hs85.jeong&#64;samsung.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WK2][GTK] ASSERTION FAILED: m_touchEvents.contains(sequence) in some touch event tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=131218#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [WK2][GTK] ASSERTION FAILED: m_touchEvents.contains(sequence) in some touch event tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=131218">bug 131218</a>
              from <span class="vcard"><a class="email" href="mailto:hs85.jeong&#64;samsung.com" title="Hunseop Jeong &lt;hs85.jeong&#64;samsung.com&gt;"> <span class="fn">Hunseop Jeong</span></a>
</span></b>
        <pre>Source/opensource/WebKitGTK/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp (863)
    uint32_t sequence = GPOINTER_TO_UINT(gdk_event_get_event_sequence(touchEvent));

If the touch event is GDK_TOUCH_BEGIN, gdk_event_get_event_sequence returns the value incrementally. (like as 1, 2, 3, 4...) 
But if the touch event is GDK_TOUCH_END, gdk_event_get_event_sequence always returns the '1'.

STDERR: ASSERTION FAILED: m_touchEvents.contains(sequence)
At this time, sequence=1 already removed at first invoked webkitWebViewBaseTouchEvent().
So it makes the crash.

We have to investigate why gdk_event_get_event_sequence always return the '1' when touch event is GDK_TOUCH_END.</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>