Bug#269429: sound volume key shortcuts crash gnome-settings-daemon

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 269429@bugs.debian.org
Wed, 01 Sep 2004 16:17:34 +0200


Le mercredi 01 septembre 2004 =E0 15:56 +0200, Kotrla Vitezslav a =E9crit :
> Package: gnome-control-center
> Version: 2.6.1-12
>=20
> Set any key shortcuts you like for volume up, volume down or mute, pressi=
ng any
> of the keys crashes gnome-settings-daemon (not trace in logs, but its pid=
 is
> increasing). External behavior: Nautilus loses current theme (switches to
> something 'default'), icons are lost, after a few moments theme and icons=
 are
> restored (when g-s-d is up and running again?).

could you run gnome-settings-daemon in gdb and provide a backtrace of
the crash ?

$ ps ax | grep gnome-settings-daemon
to get the pid of the processus

$ gdb -p pid
where pid the number you got before
-> c (continue)

and "bt" after the crash


Thanks,

Sebastien Bacher