GNOME Bugzilla – Bug 757418
StTextureCache: Fix a fallout from GTask port
Last modified: 2015-11-01 10:34:40 UTC
gnome-shell 3.19.1 in rawhide crashes when starting in gdm mode, https://bugzilla.redhat.com/show_bug.cgi?id=1276833 Looks like a fallout from GTask port; load_pixbuf_thread in st-texture-cache.c has an assert (data != NULL), but the task data that gets passed to the thread func isn't set.
Created attachment 314567 [details] [review] StTextureCache: Fix a fallout from GTask port Set the task data that load_pixbuf_thread func expects.
Review of attachment 314567 [details] [review]: Ugh, sorry for that
Thanks! Attachment 314567 [details] pushed as df0b465 - StTextureCache: Fix a fallout from GTask port