GNOME Bugzilla – Bug 737394
gdm crashes in act_user_is_loaded when username is empty
Last modified: 2016-01-12 22:32:28 UTC
(Downstream bug: http://pad.lv/807888) I haven't verified this with anything newer than 3.10 (specifically, the Ubuntu GNOME 14.10 daily image from 20140923), but looking at git for gdm and accountsservice, I expect it to still happen in master. Choosing "Not listed?" in gdm and pressing Enter without entering anything leads to gdm-session-worker SEGVing. In gdm_session_load, act_user_manager_get_user("") returns NULL, and then act_user_is_loaded dereferences that. At least recent gdm recovers gracefully from gdm-session-worker crashing (older ones just hang), but it does still trigger the crash reporter.