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 682518 - segfault with high combo .
segfault with high combo .
Status: RESOLVED DUPLICATE of bug 681676
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-23 05:51 UTC by Alban Browaeys
Modified: 2012-08-23 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meta-window-actor: fix crash with big combo. (1.45 KB, patch)
2012-08-23 05:51 UTC, Alban Browaeys
none Details | Review

Description Alban Browaeys 2012-08-23 05:51:35 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.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-08-23 15:46:26 UTC
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 ***