Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Since the latest update, Cursor crashes frequently and reproducibly with an out-of-memory (OOM) error.
The application terminates unexpectedly during normal usage, making productive work nearly impossible.
The crashes happen especially when:
processing large prompts, or
executing a plan / task that runs for a longer time (extended agent execution).
This behavior started after the recent update. Before that, Cursor was usable on the same system with the same setup.
Steps to Reproduce
Start Cursor IDE.
Open any project or workspace.
Open a chat or agent.
Submit a large prompt or start a long-running plan.
Wait while the agent is processing.
Result:
Cursor crashes with an OOM error and the window closes unexpectedly.
Expected Behavior
Cursor should be able to handle large prompts and longer-running agent tasks without crashing.
Memory usage should remain stable, or at least not lead to an out-of-memory termination.
The application should remain responsive and stable during extended processing.
āWindow terminated unexpectedly (reason: āoomā, code: ā-536870904ā)
Operating System
Windows 10/11
Version Information
IDE:
Version: 2.4.27 (user setup)
VSCode Version: 1.105.1
Commit: 4f2b772756b8f609e1354b3063de282ccbe7a690
Date: 2026-01-31T21:24:58.143Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
For AI issues: which model did you use?
gpt-5.2
For AI issues: add Request ID with privacy disabled
f9a7046a-279b-47e5-ab48-6e8dc12daba1
Additional Information
This issue started only after the last two updates.
The same system and configuration worked before.
The crashes appear to be load-related and strongly suggest a memory leak or memory management regression.
Extensions are minimal and unchanged.
The issue is reproducible multiple times per day.
Does this stop you from using Cursor
Yes - Cursor is unusable