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
When mle is the session leader, suspending it does not actually suspend the session. Instead, the UI is torn down, leaving the system in an invalid state. We should probably disallow suspension when getpid() == getsid(0).
When
mleis the session leader, suspending it does not actually suspend the session. Instead, the UI is torn down, leaving the system in an invalid state. We should probably disallow suspension whengetpid() == getsid(0).