GNOME Bugzilla – Bug 682518
segfault with high combo .
Last modified: 2012-08-23 15:46:26 UTC
Created attachment 222204 [details] [review] meta-window-actor: fix crash with big combo. Epiphany crashes gnome-shell when one click on the gnome bugzilla browse project combobox. It turns out that it the pixmap subtextures are texture2D flagged as non slice. Thus for this combo list with height > 16000 and a radeon card with max texture 8192, > cogl_texture_new_from_data returns a COGL_INVALID_HANDLE mask_texture. Add a check before using and unreferencing mask_texture to fix the segfault of mutter/gnome-shell.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 681676 ***