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 613022 - Crash on start
Crash on start
Status: RESOLVED FIXED
Product: GPointingDeviceSettings
Classification: Other
Component: Core
git master
Other Linux
: Normal normal
: ---
Assigned To: GPointingDeviceSettings-maint
GPointingDeviceSettings-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-16 10:05 UTC by Michal Čihař
Modified: 2010-03-16 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Čihař 2010-03-16 10:05:11 UTC
On some conditions GPDS crashes, here is backtrace:

Program received signal SIGSEGV, Segmentation fault.
0xb70cdf9b in set_tapping_time_from_preference (ui=0x809a828, error=0xbffff3fc)
    at gpds-touchpad-ui.c:969
969	gpds-touchpad-ui.c: No such file or directory.
	in gpds-touchpad-ui.c
(gdb) backtrace
  • #0 set_tapping_time_from_preference
    at gpds-touchpad-ui.c line 969
  • #1 setup_current_values
    at gpds-touchpad-ui.c line 1005
  • #2 build
    at gpds-touchpad-ui.c line 1059
  • #3 gpds_ui_build
    at gpds-ui.c line 221
  • #4 append_ui
    at gpointing-device-settings.c line 106
  • #5 append_uis
    at gpointing-device-settings.c line 168
  • #6 main
    at gpointing-device-settings.c line 257

From the code it looks like it tries to use values variable, which was not set before.

Original bug: http://bugs.debian.org/573979