GNOME Bugzilla – Bug 516103
[PATCH] gnome-settings-daemon crashes when launched from GDM
Last modified: 2008-02-14 22:34:30 UTC
There is the potential to unref a NULL object in gnome-bg.c which will lead to a crash in gnome-settings-daemon. Here is the backtrace: # gdb /usr/local/libexec/gnome-settings-daemon /var/gdm/gnome-settings-daem.core warning: core file may not match specified executable file. Core was generated by `gnome-settings-daem'. Program terminated with signal 5, Trace/breakpoint trap.
+ Trace 188994
Attached is a patch to fix this by checking to see if info is NULL before unrefing it.
Created attachment 105087 [details] [review] Do not unref an NULL object
Thanks.
*** Bug 516148 has been marked as a duplicate of this bug. ***