Zlib error: invalid distance too far back · Issue #134429 · microsoft/vscode (original) (raw)
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:1.60.2
- OS Version:Windows_NT x64 10.0.19042
This is a problem that occurs when connecting the target OS to Linux from the Windows host OS using Remote Development.
If you check the logs, the extension host will start when you make a remote connection.
However, the extension host exits immediately.
"Extension Host Process exited with code: 1, signal: null." Is displayed on the log.
I guess the extended host function is timing out because the processing speed of the target OS is slow.
I set "Remote-SSH: Connect Timeout" to 500 seconds to solve this problem, but the problem still persists.
Are there any other measures?
[2021-10-05 17:57:11.242] [remoteagent] [info] Extension host agent started.
[2021-10-05 17:57:16.696] [remoteagent] [warning] No ptyHost heartbeat after 6 seconds
[2021-10-05 17:57:16.995] [remoteagent] [info] [<unknown>][fae5c6c7][ManagementConnection] New connection established.
[2021-10-05 17:57:17.184] [remoteagent] [info] [<unknown>][6346e60b][ExtensionHostConnection] New connection established.
[2021-10-05 17:57:17.364] [remoteagent] [info] [<unknown>][6346e60b][ExtensionHostConnection] <6182> Launched Extension Host Process.
[2021-10-05 17:57:22.028] [remoteagent] [error] No ptyHost heartbeat after 12 seconds
[2021-10-05 17:57:29.762] [remoteagent] [warning] No ptyHost heartbeat after 6 seconds
[2021-10-05 17:57:36.051] [remoteagent] [info] [<unknown>][6346e60b][ExtensionHostConnection] <6182> Extension Host Process exited with code: 1, signal: null.
[2021-10-05 17:57:36.072] [remoteagent] [info] Last EH closed, waiting before shutting down
[2021-10-05 17:57:36.686] [remoteagent] [error] [<unknown>][6346e60b][ExtensionHostConnection] Unknown reconnection token.
[2021-10-05 17:57:37.094] [remoteagent] [info] [<unknown>][fae5c6c7][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed.