kripton@miramis ~ $ gdb gconftool-2 GNU gdb (Gentoo 7.4 p1) 7.4 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/gconftool-2...done. (gdb) r --recursive-list /desktop/gnome/sound default_mixer_tracks = [alsamixer:hw:0] default_mixer_device = alsamixer:hw:0 theme_name = freedesktop theme-name = freedesktop input-feedback-sounds = false input_feedback_sounds = true event-sounds = true enable_esd = true event_sounds = true Starting program: /usr/bin/gconftool-2 --recursive-list /desktop/gnome/sound default_mixer_tracks = [alsamixer:hw:0] default_mixer_device = alsamixer:hw:0 theme_name = freedesktop theme-name = freedesktop input-feedback-sounds = false input_feedback_sounds = true event-sounds = true enable_esd = true event_sounds = true [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7ffff36ea700 (LWP 23682)] Program received signal SIGSEGV, Segmentation fault. g_utf8_validate (str=0x0, max_len=-1, end=0x0) at gutf8.c:1800 1800 gutf8.c: No such file or directory. (gdb) bt #0 g_utf8_validate (str=0x0, max_len=-1, end=0x0) at gutf8.c:1800 #1 0x00007ffff7bb1162 in gconf_value_from_corba_value (value=0x638180) at gconf-internals.c:181 #2 0x00007ffff7bbe68e in gconf_engine_all_entries (conf=, dir=0x612300 "/desktop/gnome/sound", err=) at gconf.c:1787 #3 0x0000000000404f9a in list_pairs_in_dir (conf=0x612c40, dir=0x612300 "/desktop/gnome/sound", depth=) at gconftool.c:1547 #4 0x0000000000408bf3 in do_recursive_list (args=0x6154f0, conf=0x612c40) at gconftool.c:1322 #5 main (argc=1, argv=0x7fffffffd138) at gconftool.c:1225 (gdb) q A debugging session is active. Inferior 1 [process 23679] will be killed. Quit anyway? (y or n) y kripton@miramis ~ $