GNOME Bugzilla – Bug 754770
GtkGLArea and gtk_window_present() crash on Wayland
Last modified: 2015-09-13 19:57:34 UTC
Created attachment 310964 [details] test case Calling gtk_window_present() on a window containing GtkGLArea on Wayland crashes the application with the following error message: Gdk:ERROR:gdkwindow-wayland.c:552:gdk_wayland_window_attach_image: assertion failed: (_gdk_wayland_is_shm_surface (impl->cairo_surface))
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository. *** This bug has been marked as a duplicate of bug 754143 ***
This is actually a different bug. I was able to reproduce this bug with gtk+ built from git just a few hours ago. Opening a popover does not crash the application on my system.