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 679776 - st-icon: Fix potential crash involving shadows
st-icon: Fix potential crash involving shadows
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-12 01:08 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-07-12 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
st-icon: Fix potential crash involving shadows (1.03 KB, patch)
2012-07-12 01:08 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-07-12 01:08:51 UTC
See patch. You can trigger this if you open a menu right after starting the Shell,
and then quickly hovering over another icon before the menu is fully closed.
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-07-12 01:08:53 UTC
Created attachment 218599 [details] [review]
st-icon: Fix potential crash involving shadows

If the icon is painted before the new shadow is around, a stale
shadow material will be painted with a NULL shadow spec, resulting
in a crash.
Comment 2 Giovanni Campagna 2012-07-12 13:26:34 UTC
Review of attachment 218599 [details] [review]:

Looks good
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-07-12 14:01:19 UTC
Attachment 218599 [details] pushed as bdb3410 - st-icon: Fix potential crash involving shadows