gnome-settings-daemon crashed with signal 5

Bug #193657 reported by Nigel Cundy
234
This bug affects 54 people
Affects Status Importance Assigned to Milestone
gnome-settings-daemon (Ubuntu)
Invalid
Medium
Ubuntu Desktop Bugs

Bug Description

Binary package hint: gnome-settings-daemon

This might be a duplicate of #191674. I'm running Ubuntu (not Xubuntu) 8.04 on a Dell Inspiron 1520. I am currently running the XFCE desktop environment with compiz and avant-window navigator.
gnome-settings-daemon crashes when I try to play an audio CD in banshee. The system continues to run perfectly normally.

ii gnome-settings-daemon 2.21.91-0ubuntu2 GNOME settings daemon
ii banshee 0.13.2+dfsg-2 Audio Management and Playback application
ii xfce4 4.4.2 Meta-package for the Xfce Lightweight Desktop Environment

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Feb 20 13:57:32 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
NonfreeKernelModules: cdrom
Package: gnome-settings-daemon 2.21.91-0ubuntu2
PackageArchitecture: i386
ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
ProcCwd: /
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: gnome-settings-daemon
Stacktrace:
 #0 0xb75c0f5c in g_logv () from /usr/lib/libglib-2.0.so.0
 #1 0xb75c11d9 in g_log () from /usr/lib/libglib-2.0.so.0
 #2 0xb62adc69 in ?? ()
    from /usr/lib/gnome-settings-daemon-2.0/libxsettings.so
 #3 0x00000000 in ?? ()
StacktraceTop:
 ?? ()
 ?? ()
Title: gnome-settings-daemon crashed with signal 5
Uname: Linux Bodley3 2.6.24-8-generic #1 SMP Thu Feb 14 20:40:45 UTC 2008 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev powerdev sambashare scanner video

Revision history for this message
Nigel Cundy (nigel-cundy) wrote :
Revision history for this message
Apport retracing service (apport) wrote : Symbolic stack trace

StacktraceTop:?? ()
?? ()
?? ()
?? ()
?? ()

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for your bug report. Please try to obtain a backtrace http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the bug report. This will greatly help us in tracking down your problem.

Changed in gnome-settings-daemon:
assignee: nobody → desktop-bugs
importance: Undecided → Medium
status: New → Incomplete
Revision history for this message
Sebastien Bacher (seb128) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to 'New'. Thanks again!

Changed in gnome-settings-daemon:
status: Incomplete → Invalid
Revision history for this message
miked (miked11) wrote :

Dell Inspiron 1150 Laptop without Hard Drive Running Ubuntu 11.10 Oneric Ocelot Beta 1 off USB Drive with updates from Natty Narwhal 11.04 Final

Revision history for this message
miked (miked11) wrote :

root@miked-Inspiron-1150:~# apt-cache policy gnome-settings-daemon

gnome-settings-daemon:
  Installed: 3.1.92-0ubuntu1
  Candidate: 3.1.92-0ubuntu1
  Version table:
 *** 3.1.92-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
        100 /var/lib/dpkg/status
root@miked-Inspiron-1150:~#
root@miked-Inspiron-1150:~# sudo apt-get install gnome-settings-daemon-dbgsym=3.1.92-0ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libswscale0 libavutil50 linux-headers-2.6.38-8 libpostproc51 libavformat52 linux-headers-2.6.38-11
  linux-headers-2.6.38-8-generic libavcodec52 linux-headers-2.6.38-11-generic
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  gnome-settings-daemon-dbgsym
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 815 kB of archives.
After this operation, 2,077 kB of additional disk space will be used.
Get:1 http://ddebs.ubuntu.com/ oneiric/main gnome-settings-daemon-dbgsym i386 3.1.92-0ubuntu1 [815 kB]
Fetched 815 kB in 11s (73.9 kB/s)
Selecting previously deselected package gnome-settings-daemon-dbgsym.
(Reading database ... 194077 files and directories currently installed.)
Unpacking gnome-settings-daemon-dbgsym (from .../gnome-settings-daemon-dbgsym_3.1.92-0ubuntu1_i386.ddeb) ...
Setting up gnome-settings-daemon-dbgsym (3.1.92-0ubuntu1) ...
root@miked-Inspiron-1150:~#

Revision history for this message
miked (miked11) wrote :

Generation

    Please ensure you have packages with debug symbols installed. You can do this by following the instructions at DebuggingProgramCrash.

    Make sure the GNU Debugger is installed.

    sudo apt-get install gdb

    Start the program under control of gdb:

    gdb <program> 2>&1 | tee ~/gdb-<program>.txt
    (gdb) handle SIG33 pass nostop noprint
    (gdb) set pagination 0
    (gdb) run <arguments, if any>

    (If the program must run as root, use sudo gdb instead of just gdb above.)
    The program will start. Perform any actions necessary to reproduce the crash. If the program hangs but doesn't crash you can press ctrl+c in gdb while the program is frozen and then continue with the next step.

    Retrieve a backtrace:

    (gdb) backtrace full
    (gdb) info registers
    (gdb) x/16i $pc
    (gdb) thread apply all backtrace
    (gdb) quit

    Attach the complete output from GDB, contained in gdb-<program>.txt, in your bug report. You will find the file in your home directory /home/<username>/.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.