Cursor 2.0.54 crashing anytime I try to use an agent

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When I give the agent a task, the activity is stuck on planning next moves… and then after a while the app crashes with:
The window terminated unexpectedly (reason: ‘crashed’, code: ‘5’)

Steps to Reproduce

Not crashing

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.54 (Universal)
VSCode Version: 1.99.3
Commit: 7a31bffd467aa2d9adfda69076eb924e9062cb20
Date: 2025-11-03T22:40:44.657Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

For AI issues: which model did you use?

Composer 1, Auto

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This matches a known crash on macOS (code “5”) that the team is actively investigating.

Quick diagnostic questions:

  • Do you have any MCP servers installed (Atlassian, GitHub, Supabase, etc.)?
  • Does this happen in a new/empty project with a fresh chat?
  • Can you open Cursor Settings → Network → Run Diagnostics and share any errors?

Try these workarounds:

  • Disable extensions: launch from the terminal with cursor --disable-extensions
  • Disable GPU: launch with cursor --disable-gpu (results vary for users)
  • Check the console: before the crash, open Help → Toggle Developer Tools and review the Console tab for errors

Let me know what you find.