Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
On Cursor 3.15.6, Remote-SSH connects successfully (file explorer + integrated terminal work), but Agent chat always fails with:
Agent Execution Timed Out
The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.
This is NOT the linux-legacy / old-glibc SIGSEGV case. Remote is Ubuntu 22.04.5, kernel 5.15, glibc 2.35, remote server artifact linux-x64.
remoteexthost.log: cursor-agent-exec never activates. After ~52s the local renderer sends terminate and the extension host exits code 0.
Local Agent works. Remote Agent is unusable. Split from Agent Execution Timed Out / Remote Extension Host crash loop on Remote-SSH — regression in 3.15.6, fixed by downgrading to 3.14.27 at @deanrie’s request.
Steps to Reproduce
- Windows 10 client, Cursor 3.15.6 commit a1f686545fd0ce8917bbd2449f733551a9bce420
- Remote-SSH to Ubuntu 22.04.5 host (glibc 2.35, kernel 5.15.0-173-generic, linux-x64 server)
- Open a remote folder (reproduced on a large Linux SDK ~14GB)
- Confirm terminal and file tree work
- Send any Agent prompt (even “hi”)
- Observe Agent Execution Timed Out; remoteexthost.log shows no cursor-agent-exec activation, then terminate from renderer
Expected Behavior
Agent/Composer should register cursor-agent-exec on the remote extension host and respond over Remote-SSH, as it does locally and as it did on Cursor 3.14.27.
Operating System
Windows 10/11
Version Information
Version: 3.15.6 (system setup)
Commit: a1f686545fd0ce8917bbd2449f733551a9bce420
OS: Windows_NT x64 10.0.19045
Workaround that works: Cursor 3.14.27 commit 047548b00c1a079373d74d00183f32510a4a41e0
For AI issues: which model did you use?
Cursor Grok 4.6 (also reproduced on trivial prompts; fails before backend)
Additional Information
Remote: Ubuntu 22.04.5 LTS, kernel 5.15.0-173-generic, glibc 2.35, linux-x64 (not linux-legacy-x64), local XFS /home, 1.5TiB RAM, 224 CPUs.
remoteexthost.log:
- cursor-agent-exec never activates
- sandbox preflight fails (Landlock V3 / no bwrap), then Sandbox support detected: false
- vscode.lock EEXIST (another window held the workspace lock)
- ~52s later: Extension host terminating: received terminate message from renderer, exit code 0
Please track this separately from the CentOS 7 / Debian 9 linux-legacy-x64 SIGSEGV thread. Split requested by @deanrie here: Agent Execution Timed Out / Remote Extension Host crash loop on Remote-SSH — regression in 3.15.6, fixed by downgrading to 3.14.27 - #8 by deanrie
Does this stop you from using Cursor
Yes - Cursor is unusable
