You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing fixes to #3067 I found that VT switching back results in Mir aborting. It does so because the VT switch away failed to pause the compositor and this apparently left everything running. When we get VT switched back to, resume() starts up the Wayland compositor thread, which promptly dies as the previous compositor thread is still running.
The text was updated successfully, but these errors were encountered:
While testing fixes to #3067 I found that VT switching back results in Mir aborting. It does so because the VT switch away failed to pause the compositor and this apparently left everything running. When we get VT switched back to,
resume()
starts up the Wayland compositor thread, which promptly dies as the previous compositor thread is still running.The text was updated successfully, but these errors were encountered: