<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Invalid user data pointer passed to "pointer_handle_enter""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73711#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Invalid user data pointer passed to "pointer_handle_enter""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73711">bug 73711</a>
              from <span class="vcard"><a class="email" href="mailto:gabomdq@gmail.com" title="Gabriel Jacobo <gabomdq@gmail.com>"> <span class="fn">Gabriel Jacobo</span></a>
</span></b>
        <pre>The log looks like this:

[2021284.639] <a href="mailto:wl_pointer@9.enter">wl_pointer@9.enter</a>(1907, wl_surface@11, 5.000000, 0.000000)
INFO: wl_surface_get_user_data 0x2257760, 00000000
[2021284.668] <a href="mailto:wl_pointer@9.motion">wl_pointer@9.motion</a>(3648448518, 5.000000, 0.000000)
[2021284.685] <a href="mailto:wl_pointer@9.motion">wl_pointer@9.motion</a>(3648448518, 5.000000, 0.000000)
[2021284.700] <a href="mailto:wl_display@1.delete_id">wl_display@1.delete_id</a>(14)
[2021300.164] <a href="mailto:wl_callback@23.done">wl_callback@23.done</a>(3648448528)
[2021300.200]  -> <a href="mailto:wl_surface@20.frame">wl_surface@20.frame</a>(new id wl_callback@14)
[2021300.216]  -> <a href="mailto:wl_surface@20.attach">wl_surface@20.attach</a>(wl_buffer@22, 0, 0)
[2021300.234]  -> <a href="mailto:wl_surface@20.damage">wl_surface@20.damage</a>(0, 0, 640, 480)
[2021300.252]  -> <a href="mailto:wl_surface@20.commit">wl_surface@20.commit</a>()
[2021300.273] <a href="mailto:wl_pointer@9.leave">wl_pointer@9.leave</a>(1911, wl_surface@11)
[2021300.287] <a href="mailto:wl_pointer@9.enter">wl_pointer@9.enter</a>(1912, wl_surface@20, 635.000000, 354.000000)
INFO: wl_surface_get_user_data 0x22c1430, 0x22e37b0
[2021300.321]  -> <a href="mailto:wl_pointer@9.set_cursor">wl_pointer@9.set_cursor</a>(0, wl_surface@11, 5, 0)
[2021300.341] <a href="mailto:wl_shell_surface@18.ping">wl_shell_surface@18.ping</a>(1913)
[2021300.350]  -> <a href="mailto:wl_shell_surface@18.pong">wl_shell_surface@18.pong</a>(1913)
[2021300.359] <a href="mailto:wl_pointer@9.motion">wl_pointer@9.motion</a>(3648448534, 634.000000, 353.000000)
[2021300.379] <a href="mailto:wl_pointer@9.motion">wl_pointer@9.motion</a>(3648448534, 632.000000, 353.000000)


wl_surface_get_user_data is a log I added, it logs the wl_surface* and the user
data.

As you can see we get two "enter" events (apparently followed correctly by the
corresponding leave), yet only one of those is for the window surface. The
other is the mouse cursor surface.

So, if there's a bug in here it's probably that the cursor surface is getting a
pointer enter event, right?</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>