After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743146 - Crash in gdk_gl_texture_from_surface() when a GtkGLArea is packed into a GtkPaned
Crash in gdk_gl_texture_from_surface() when a GtkGLArea is packed into a GtkP...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkGLArea
3.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-18 22:55 UTC by Niels Nesse
Modified: 2015-01-28 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.42 KB, patch)
2015-01-19 00:03 UTC, Niels Nesse
committed Details | Review

Description Niels Nesse 2015-01-18 22:55:49 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.
Comment 1 Niels Nesse 2015-01-19 00:03:17 UTC
Created attachment 294828 [details] [review]
Patch