GNOME Bugzilla – Bug 672718
[PATCH] Crash in user accounts when autologin changes
Last modified: 2012-07-16 11:32:42 UTC
Created attachment 210482 [details] [review] Proposed patch In Ubuntu, we had a reported crash (https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/873679) with a stack trace like: um_user_set_automatic_login (user=0x0, enabled=1) at um-user.c:1075 autologin_changed (object=<optimized out>, pspec=<optimized out>, d=0x7fb07d40d280) at um-user-panel.c:532 Which would happen if the autologin switch changed but there is no selected user...? I couldn't reproduce myself. But it seems to happen for some users. I have a patch here that fixes this problem two different ways, either one of which would be sufficient for this specific path, but both seem sensible changes anyway.
Review of attachment 210482 [details] [review]: Seems to be papering over the cracks. I'd really prefer a way to reproduce the problem.
I guess this could be another instance of uid < UID_MIN causing trouble ? We're getting that fixed in the next accountsservice release (today).
The UID_MIN check has been removed in accountsservice 0.6.17
Please check with accountsservice 0.6.17.
k. we believe this to be OBSOLETE. Please reopen if this is still an issue.