GNOME Bugzilla – Bug 672918
gnome-control-center crashed with SIGSEGV in picture_scaled()
Last modified: 2013-04-23 12:39:48 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/876853 Seems to happen when opening the control center The stacktrace is from 3.2 bug the bug got duplicates with 3.3.9x since (without a good stacktrace though) "#0 0x00007fe06dbef1a0 in picture_scaled (source_object=<optimized out>, res=<optimized out>, user_data=<optimized out>) at bg-pictures-source.c:151 bg_source = 0x7fe089eb5c60 item = 0x7fe064024da0 error = 0x0 pixbuf = 0x0 source_url = <optimized out> iter = {stamp = 0, user_data = 0x1, user_data2 = 0x7fe089e41360, user_data3 = 0x7fe085a82670} store = 0x7fe064017410
+ Trace 229962
Was already fixed in GNOME 3.8. commit f9c0732a6c4d1d01e23d35e385e44caee93c5f29 Author: Bastien Nocera <hadess@hadess.net> Date: Tue Mar 26 15:43:39 2013 +0100 background: Fix handling of cancellation in async calls A few of the async calls were still handling the user_data before checking that it was still valid (eg. the operation was not cancelled), and also printing warnings when the error was a cancellation.
*** Bug 672914 has been marked as a duplicate of this bug. ***