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
The configuration lock file uses a PID to check whether the application is active (through QLockFile), but that check is fragile. If the program doesn't terminate normally and that PID is reused, it will refuse to start, and this is very confusing.
The configuration lock file uses a PID to check whether the application is active (through QLockFile), but that check is fragile. If the program doesn't terminate normally and that PID is reused, it will refuse to start, and this is very confusing.