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 707090 - crash trying to paint an empty cairo region
crash trying to paint an empty cairo region
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-29 22:28 UTC by Colin Walters
Modified: 2013-08-30 03:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stack (14.64 KB, text/plain)
2013-08-29 22:28 UTC, Colin Walters
  Details
shaped-texture: Actually fetch rectangles from the blended_region (1.32 KB, patch)
2013-08-29 22:36 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Colin Walters 2013-08-29 22:28:44 UTC
Created attachment 253561 [details]
stack

See attached.
Comment 1 Giovanni Campagna 2013-08-29 22:29:45 UTC
Possibly fixed by https://mail.gnome.org/archives/commits-list/2013-August/msg11188.html ?
Comment 2 Colin Walters 2013-08-29 22:36:30 UTC
Nope, I have that commit; I'm at gnome-shell 5a0ac6c2ac5686c679988c2ca922ed758d2b19f1 .
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-08-29 22:36:41 UTC
Created attachment 253562 [details] [review]
shaped-texture: Actually fetch rectangles from the blended_region

We checked for the blended region but actually fetched rectangles from
the clip region.
Comment 4 Colin Walters 2013-08-29 22:37:52 UTC
(And I have that mutter commit too).
Comment 5 Colin Walters 2013-08-30 00:08:30 UTC
Review of attachment 253562 [details] [review]:

Without following all of the logic in the earlier commits, this looks right to me.a
Comment 6 Jasper St. Pierre (not reading bugmail) 2013-08-30 03:38:07 UTC
Attachment 253562 [details] pushed as 7050b97 - shaped-texture: Actually fetch rectangles from the blended_region