GNOME Bugzilla – Bug 736475
3.13.91: crash when attempting to change the background
Last modified: 2014-10-23 09:33:46 UTC
Start g-c-c, background, click on 'background' to choose a new one. The window spawns, and a couple moments later g-c-c segfaults a trace looks like:
+ Trace 234082
It only happens when a flickr online-account is configured
Can't reproduce here because of https://bugzilla.gnome.org/show_bug.cgi?id=736487
I'm having the same issue, except I don't have any Flickr account configured. I'm using gnome-control-center-3.14.1-1 on Arch Linux.
Created attachment 288920 [details] [review] background: Fix possible crash when date isn't available
Review of attachment 288920 [details] [review]: Looks good to me. ::: panels/background/bg-pictures-source.c @@ +573,3 @@ mtime = grl_media_get_creation_date (media); + if (!mtime) + mtime = grl_media_get_modification_date (media); Minor nitpick. Given that the comment says modification date is not implemented, reading it here seems a bit incongruous.
(In reply to comment #3) > I'm having the same issue, except I don't have any Flickr account configured. > I'm using gnome-control-center-3.14.1-1 on Arch Linux. Do you have a backtrace?
I am going to close this bug. If you are still getting crashes, feel free to file a new bug with a backtrace.