GNOME Bugzilla – Bug 743146
Crash in gdk_gl_texture_from_surface() when a GtkGLArea is packed into a GtkPaned
Last modified: 2015-01-28 12:01:37 UTC
At line 680 window->current_paint.surface is NULL due to an inconsistency between the window being painted and the window property of the GdkGLContext. I was able to fix the problem by associating the GdkGLContext with "window->window_impl" instead of "window". See the attached patch.
Created attachment 294828 [details] [review] Patch