After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689367 - slave: cancel start session request if slave gets stopped
slave: cancel start session request if slave gets stopped
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-30 17:45 UTC by Ray Strode [halfline]
Modified: 2012-11-30 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
slave: cancel start session request if slave gets stopped (2.54 KB, patch)
2012-11-30 17:45 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2012-11-30 17:45:55 UTC
If the slave gets stopped right before we start the user's session,
then we'll have a queued start session in flight, and variable set
to the session name to be started duplicated. This gunks up the
stopping logic and leads to infinite recursion.

This commit cancels the start session operation to correct the bug.
Comment 1 Ray Strode [halfline] 2012-11-30 17:45:57 UTC
Created attachment 230314 [details] [review]
slave: cancel start session request if slave gets stopped
Comment 2 Ray Strode [halfline] 2012-11-30 17:46:22 UTC
Attachment 230314 [details] pushed as 6c6e513 - slave: cancel start session request if slave gets stopped