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 520744 - crash in Mouse: Changing mouse accelerat...
crash in Mouse: Changing mouse accelerat...
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Mouse
2.21.x
Other All
: High critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-06 13:21 UTC by Jose M. daLuz
Modified: 2008-03-11 17:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Jose M. daLuz 2008-03-06 13:21:57 UTC
Version: 2.21.92

What were you doing when the application crashed?
Changing mouse acceleration


Distribution: Gentoo Base System release 2.0.0_rc6-r1
Gnome Release: 2.21.92 2008-02-26 (Gentoo)
BugBuddy Version: 2.21.90

System: Linux 2.6.24-gentoo-r3 #1 SMP PREEMPT Sun Mar 2 22:08:00 EST 2008 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10400090
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: gnome

Memory status: size: 265228288 vsize: 265228288 resident: 18608128 share: 13471744 rss: 18608128 rss_rlim: 18446744073709551615
CPU usage: start_time: 1204809674 rtime: 43 utime: 37 stime: 6 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gnome-mouse-properties'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0x2ac5c63af3b0 (LWP 5442)]
0x00002ac5c1887f25 in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 0x2ac5c63af3b0 (LWP 5442))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 IA__g_spawn_sync
    at gspawn.c line 374
  • #2 IA__g_spawn_command_line_sync
    at gspawn.c line 682
  • #3 bugbuddy_segv_handle
    at gnome-breakpad.cc line 213
  • #4 <signal handler called>
  • #5 gconf_value_free
    at gconf-value.c line 806
  • #6 peditor_numeric_range_widget_changed
    at gconf-property-editor.c line 1144
  • #7 IA__g_closure_invoke
    at gclosure.c line 490
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #9 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #10 IA__g_signal_emit
    at gsignal.c line 2243
  • #11 IA__gtk_adjustment_value_changed
    at gtkadjustment.c line 363
  • #12 gtk_range_update_value
    at gtkrange.c line 3318
  • #13 gtk_range_button_release
    at gtkrange.c line 2085
  • #14 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #15 IA__g_closure_invoke
    at gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #17 IA__g_signal_emit_valist
    at gsignal.c line 2209
  • #18 IA__g_signal_emit
    at gsignal.c line 2243
  • #19 gtk_widget_event_internal
    at gtkwidget.c line 4678
  • #20 IA__gtk_propagate_event
    at gtkmain.c line 2336
  • #21 IA__gtk_main_do_event
    at gtkmain.c line 1556
  • #22 gdk_event_dispatch
    at gdkevents-x11.c line 2351
  • #23 IA__g_main_context_dispatch
    at gmain.c line 2065
  • #24 g_main_context_iterate
    at gmain.c line 2698
  • #25 IA__g_main_loop_run
    at gmain.c line 2906
  • #26 IA__gtk_main
    at gtkmain.c line 1163
  • #27 main
    at gnome-mouse-properties.c line 493
  • #28 __libc_start_main
    at libc-start.c line 227
  • #29 _start
  • #0 waitpid
    from /lib/libpthread.so.0

----------- .xsession-errors ---------------------
alarm-queue.c:573 (load_alarms) - Setting Call backs 
alarm-queue.c:1993 (alarm_queue_add_async) - 0x6c4720
alarm-queue.c:607 (load_alarms_for_today) - From Thu Mar  6 08:19:03 2008
 to Thu Mar  6 08:19:03 2008
alarm-queue.c:544 (load_alarGot Event! 33, -1
Got Event! 33, -1
(gnome-mouse-properties:5307): capplet-common-WARNING **: Unable to find a default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration.
I'll assume it is an integer, but that may break things.
Please be sure that the associated schema is installed
(gnome-mouse-properties:5442): capplet-common-WARNING **: Unable to find a default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration.
I'll assume it is an integer, but that may break things.
Please be sure that the associated schema is installed
--------------------------------------------------
Comment 1 Jens Granseuer 2008-03-07 17:37:49 UTC
> (gnome-mouse-properties:5307): capplet-common-WARNING **: Unable to find a
> default value for key for /desktop/gnome/peripherals/mouse/motion_acceleration.
> I'll assume it is an integer, but that may break things.
> Please be sure that the associated schema is installed

Just what the message says. Granted, we shouldn't crash anyway. I'll fix that when the freeze is over next week.
Comment 2 Jose M. daLuz 2008-03-08 00:34:40 UTC
Hmmm, it's not just motion_acceleration, here are all of the values:

$ gconftool-2 -R /desktop/gnome/peripherals/mouse
 cursor_theme = default
 cursor_size = 18

And that's it.
Comment 3 Jens Granseuer 2008-03-08 10:26:24 UTC
Yes, as noted, you haven't installed the GConf schema.
Comment 4 Jens Granseuer 2008-03-11 17:34:03 UTC
2008-03-11  Jens Granseuer  <jensgr@gmx.net>

        * gconf-property-editor.c: (peditor_numeric_range_widget_changed): don't
        free the GConf value if we don't have one. Fixes a crash when schemas
        are not properly installed (bug #520744)