Comment 13 for bug 1841382

Revision history for this message
Robert Ancell (robert-ancell) wrote :

It looks like it's crashing in this code:

        username = act_user_get_user_name (user);
        if (g_hash_table_lookup (priv->system_users_by_name, username) != NULL) {

and username is probably NULL.

A possible cause of this is the user object for some reason might not have a DBus proxy backing it.