GNOME Bugzilla – Bug 621109
gnome-appearance-properties crashed with SIGSEGV in cursor_size_scale_value_changed_cb()
Last modified: 2010-11-09 22:52:38 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-control-center/+bug/450443 "crash when i change mouse pointer type and size once." ".
+ Trace 222325
Thread 1 (process 2286)
> cursor_size_scale_value_changed_cb > at appearance-style.c line 475 That line number doesn't seem to make sense when looking at 2.28. What's the code, and are you applying custom patches?
appearance-style.c is being modified for the compiz integration, but the cursor* part is not being touched there, the patch is available here: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/gnome-control-center/lucid/annotate/head:/debian/patches/95_desktop-effects-integration.patch ; Thanks for looking into this Jens!.
l475 is the gconf_client_set_int() call in "#ifdef HAVE_XCURSOR static void cursor_size_changed_cb (int size, AppearanceData *data) { gconf_client_set_int (data->client, CURSOR_SIZE_KEY, size, NULL);"
the line is the same in git we don't change this source
That makes even less sense, Sebastien. First of all, that line is 476, and secondly the trace says cursor_size_scale_value_changed_cb which is, um, not cursor_size_changed_cb. The patch pointed out by Pedro doesn't touch that code. The stack trace, however, seems to be somewhat unreliable.
> the trace says cursor_size_scale_value_changed_cb which is, um, not cursor_size_changed_cb. welcome to stacktrace from optimized (-02) code builds... I will try to see if I can get a valgrind log or a stacktrace using O0 later
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!