Ubuntu 18.04 system freezes when attempting to switch user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdm3 (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 18.04 freezes and must be manually powered down and rebooted when attempting to "Switch User".
Prerequisites:
- Use Ubuntu 18.04
- You need at least 2 users (e.g. user1 and user2)
Expected behavior:
- While logged in as any user, choose "Switch User" from top power drop down.
- Click "Log in as another user"
- Enter another user's credentials and login
Bug behavior and steps to reproduce:
- Start your computer
- At the graphical login prompt, log in with user1: user1 is able to log in, its desktop is shown
- While logged into the desktop of user1, choose "Switch user"
- Returns to login screen, with prompt to enter user1 password
- Click "Log in as another user"
- RESULT: the screen freezes with no ability to type or move the mouse. It is never possible to login in as either user1 or user2 and the system must be manually powered down and restarted.
NOTE 1: the same happens when user2 was the first to log in after a reboot of the system. "Switch User" ends up with the same freeze issue.
NOTE 2: I've been getting crash reports at login that say "System program problem detected / Do you want to report the problem now?". I am unsure whether or not this is related, but the cat _usr_lib_
ProblemType: Crash
Architecture: amd64
CurrentDesktop: GNOME-Greeter:GNOME
Date: Fri Mar 6 11:28:30 2020
DistroRelease: Ubuntu 18.04
ExecutablePath: /usr/lib/
ExecutableTimes
ProcCmdline: /usr/lib/
ProcCwd: /var/lib/gdm3
ProcEnviron:
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/false
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gdm3 3.28.3-
ProcVersionSign
Uname: Linux 5.3.0-40-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.11
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 6 11:49:25 2020
InstallationDate: Installed on 2020-03-03 (2 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 (20200203.1)
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)
NOTE 3: I've come to a pseudo-resolution by disabling Wayland usage in gdm3.
- Edit /etc/gdm3/
#WaylandEnable=
- restart everything and Switch Users works fine.
I've come to a pseudo-resolution by disabling Wayland usage in gdm3.
- Edit /etc/gdm3/ custom. conf and simply uncomment: false
#WaylandEnable=
- restart everything and Switch Users works fine.
I included this comment as "NOTE 3" in the bug report.