<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Epiphany, Eye of GNOME crash when run in gdkwindow-wayland.c buffer_release_callback()"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=762755#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Epiphany, Eye of GNOME crash when run in gdkwindow-wayland.c buffer_release_callback()"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=762755">bug 762755</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=rstrode%40redhat.com" title="Ray Strode [halfline] <rstrode@redhat.com>"> <span class="fn">Ray Strode [halfline]</span></a>
</span></b>
        <pre>well the obvious fix is to add a null check for the region, but that just
trades a crash for a warning, since the line is:

g_warn_if_fail (!cairo_region_is_empty (impl->staged_updates_region));

The g_warn_if_fail is wrong, since that code path can run any time something
calls begin_paint and then doesn't paint anything.

I think I know a better tactic to take and I'll attach a draft patch to that
effect, but I can't actually test it since epiphany won't start at all for me.
it's trying to use X11 specific code:

Gdk-WARNING **: gdkwindow-x11.c:5550 drawable is not a native X11 window

Gdk-WARNING **: gdkwindow-x11.c:5550 drawable is not a native X11 window

GLib-GObject-WARNING **: invalid cast from 'GdkWaylandVisual' to 'GdkX11Visual'

Gdk-WARNING **: gdkwindow-x11.c:5550 drawable is not a native X11 window
Segmentation fault (core dumped)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>