Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor crashed during a long thinking / file editing cycle with the attached error dialog. I was able to reload Cursor and resume work after nudging the agent.
Steps to Reproduce
The issue happened during an extended work cycle using Opus 4.5 to read and modify files.
Edit: This has now happened twice, and Cursor lost some edits that had been made to files before the crash.
Edit again: I now have some insight into what caused this ā this is a local Cursor instance using a remote SSH session, however the Cursor IDE used up staggering quantities of local disk space, and the following error was captured in the logs (⦠markings below were six character alphabetic strings)
[error] Error resolving SSH authority [Error: ENOSPC: no space left on device, mkdtemp ā/tmp/cursor-ssh-ā¦ā
at async Object.mkdtemp (node:internal/fs/promises:1175:10)
at async t.RemoteSSHResolver.setupAskpassServer (/home/cursor/.cursor/extensions/anysphere.remote-ssh-1.0.35/dist/main.js:2:396386)
at async /home/cursor/.cursor/extensions/anysphere.remote-ssh-1.0.35/dist/main.js:2:405341] {
errno: -28,
code: āENOSPCā,
syscall: āmkdtempā,
path: ā/tmp/cursor-ssh-ā¦ā
}
Looking at the disk analyzer, the culprits appear to be .config/Cursor/User/globalStorage/{state.vscdb, state.vscdb.backup} with these two subdirectories taking up 11.4GiB and 10.7GiB respectively.
Half an hour or so before this error occurred, my system gave me a low disk space warning with ~750MiB remaining, so the IDE chewed through a huge amount of disk space in a very short time.
Edit 3: Just happened again, this time with 5.6GiB of free disk space on the local machine, so perhaps the disk space issue isnāt the root cause?
Expected Behavior
The Cursor IDE shouldnāt crash.
Screenshots / Screen Recordings
Operating System
Linux
Version Information
Version: 2.5.25
VSCode Version: 1.105.1
Commit: 7150844152b426ed50d2b68dd6b33b5c5beb73c0
Date: 2026-02-24T07:17:49.417Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.8.0-101-generic
For AI issues: which model did you use?
Opus 4.5
For AI issues: add Request ID with privacy disabled
3995e31f-76b9-4b71-bf2a-469e4a151a00
Does this stop you from using Cursor
No - Cursor works, but with this issue
