GNOME Bugzilla – Bug 639523
crash in application (gnome-settings-daemon) when DCONF_PROFILE is set
Last modified: 2011-01-14 16:15:32 UTC
gnome-settings-daemon is started with DCONF_PROFILE=gdm (under gdm) and crashes with dconf 0.6.0 (or git) but it doesn't crash with dconf 0.5.1 Program received signal SIGSEGV, Segmentation fault.
+ Trace 225524
Thread 3045596016 (LWP 20091)
A debugging session is active.
Created attachment 178328 [details] /etc/dconf tree
commit 0e48388eb0d97d72c9914fe724e3a23b28d5e82c Author: Ryan Lortie <desrt@desrt.ca> Date: Fri Jan 14 11:09:31 2011 -0500 Bug 639523 - crash when DCONF_PROFILE is set When using multiple databases in a single profile, dconf uses some freed memory (due to the AddMatch asynchronous callback being called multiple times and freeing the memory each time). Fix that with a reference count.