Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Every renderer crash is directly preceded by an agent-loop wakelock in the logs. The crash happens 1–5 minutes after the agent-loop ends. This happens consistently and reproducibly across multiple sessions.
Log pattern (from main.log):
This pattern repeats without exception — every crash in today’s session followed an agent-loop.
What I’ve tried:
• disable-hardware-acceleration in argv.json — no effect
• --max-old-space-size=8192 js-flag — no effect
• Reducing open windows — delays but doesn’t prevent crashes
Expected behavior: Renderer should not crash after agent-loop completes.
Hypothesis: Agent-loop leaves behind memory or state in the renderer that is not cleaned up, eventually causing the renderer to be killed by the OS (SIGKILL, exit code 5).
Steps to Reproduce
System Info:
• macOS 26.3.1 (Build 25D2128), arm64
• 128 GB RAM
• Cursor 2.6.14
Installed Extensions:
• anysphere.cursorpyright
• charliermarsh.ruff
• github.vscode-github-actions
• golang.go
• mechatroner.rainbow-csv
• ms-azuretools.vscode-containers, vscode-docker
• ms-python.python, debugpy
• ms-toolsai.jupyter (+ renderers, cell-tags, slideshow)
• solomonkinard.git-blame
Key observation — crashes correlate with activeCount growing:
The crash rate gets worse as more windows are opened. The activeCount went from 1 → 6 over the session, and crashes became more frequent and faster:
| activeCount | Time between agent-loop end → crash |
|---|---|
| 2 | ~2 minutes |
| 3 | immediate (2 seconds) |
| 4–5 | seconds to 1 minute |
| 6 | 4–43 seconds |
| Reproducibility: | |
| • Open 4–6 Cursor windows in different workspaces | |
| • Run agent loops in each | |
| • Crash occurs within seconds–minutes of any agent-loop completing | |
| • 100% reproducible — zero crashes occurred without preceding agent-loop activity in today’s full session log |
Operating System
MacOS
Version Information
Version: 2.6.14
VSCode Version: 1.105.1
Commit: eb1c4e0702d201d1226d2a7afb25c501c2e56080
Date: 2026-03-08T15:36:54.709Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
For AI issues: which model did you use?
Sonnet 4.6
Does this stop you from using Cursor
Yes - Cursor is unusable