Samuel Thibault, le Sun 24 Oct 2010 00:15:39 +0200, a écrit : > And indeed, adding g_type_init() at the beginning of registry-main.c's > main fixes the crash.
I forgot to attach the patch, here it is. Samuel
--- ./registryd/registry-main.c.original 2010-10-24 01:53:58.000000000 +0200 +++ ./registryd/registry-main.c 2010-10-24 01:53:59.000000000 +0200 @@ -198,6 +198,7 @@ * has been set. If we have not been relocated, we will exit if the * at-spi-dbus key has been set. */ + g_type_init(); gconf_client = gconf_client_get_default (); #ifdef RELOCATE need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);