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
Describe the bug
The SSHFS server's watchdog doesn't have a way of verifying that the SFTP thread it watches is still alive. This causes the SSHFS server process to continue executing even if it is no longer functional. This causes mounted folders to hang the shell since the SSH session is still alive but SFTP is not.
To Reproduce
Create a SSHFS mount.
Cause SftpServer::run to exit by some means.
Observe the SSHFS server process running with no errors logged and not functional.
Expected behavior
The SSHFS watchdog notices the thread exit and takes appropriate actions so that there are logs and the shell doesn't hang.
The text was updated successfully, but these errors were encountered:
Describe the bug
The SSHFS server's watchdog doesn't have a way of verifying that the SFTP thread it watches is still alive. This causes the SSHFS server process to continue executing even if it is no longer functional. This causes mounted folders to hang the shell since the SSH session is still alive but SFTP is not.
To Reproduce
SftpServer::run
to exit by some means.Expected behavior
The SSHFS watchdog notices the thread exit and takes appropriate actions so that there are logs and the shell doesn't hang.
The text was updated successfully, but these errors were encountered: