Comment 12 for bug 981053

Revision history for this message
Thomas Bushnell BSG (tb-becket) wrote : Re: Creating system dconf configuration crashes lightdm

When we crash, table->data is in fact null.

I presume this is the expected behavior of g_mapped_file_get_contents for an empty file.

Fixing the erroneous extra * will turn this into a check whether table->data is null. But that's still going to have a bug.

If it returns zero, then dconf_engine_refresh_system will deconfigure that table, and that's wrong, because we want to use the .d directory for a textual definition.