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 788786 - legacy-display: ensure X server is dead when respawning
legacy-display: ensure X server is dead when respawning
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-10 17:23 UTC by Ray Strode [halfline]
Modified: 2017-10-10 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
legacy-display: ensure X server is dead when respawning (3.26 KB, patch)
2017-10-10 17:23 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2017-10-10 17:23:13 UTC
If the user logs out we may detect the session dying before
we detect the X server dying.  If that happens, then we
currently don't wait for the X server to exit before starting
a new X server.

This commit makes sure to explicitly kill the X server and wait
for its death before proceeding.
Comment 1 Ray Strode [halfline] 2017-10-10 17:23:21 UTC
Created attachment 361256 [details] [review]
legacy-display: ensure X server is dead when respawning
Comment 2 Ray Strode [halfline] 2017-10-10 17:25:24 UTC
Attachment 361256 [details] pushed as 7f08535 - legacy-display: ensure X server is dead when respawning