Cursor is crashing every few minutes

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor is crashing every few minutes with error:
The window terminated unexpectedly (reason: ‘crashed’, code: ‘5’)
I tried reinstalling and the issue perssts. Please advise asap I am currently not able to use cursor at all.

Steps to Reproduce

Open cursor and wait.

Operating System

MacOS

Version Information

Version: 2.6.13
VSCode Version: 1.105.1
Commit: 60faf7b51077ed1df1db718157bbfed740d2e160
Date: 2026-03-06T06:17:49.499Z
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 23.4.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This is a known issue affecting macOS users. We’ve seen several reports with the same code 5 crash, especially on recent versions.

A few things to try:

  1. Start a new chat. If your current chat has a lot of modified files, that can trigger it. Some users fixed it just by starting fresh.

  2. Check if your project is in an iCloud-synced folder (Desktop, Documents). If it is, move it to a local path like ~/dev.

  3. Test without extensions:

    cursor --disable-extensions
    
  4. Disable GPU acceleration:

    cursor --disable-gpu
    
  5. Reset Cursor data (this keeps a backup):

    cd ~/Library/Application\ Support/
    mv Cursor CursorBackup
    

If none of that helps, I’ll need a few things to pass to the team:

  • Logs from Help > Open Logs Folder, especially main.log around the time of the crash
  • A screenshot from Cmd+Shift+P > Developer: Open Process Explorer (to check if renderer memory is growing)
  • Your list of installed extensions
  • Whether you’re using any MCP servers

Related thread with more context: Cursor keeps crashing - 2.6.11

The team is aware of this. Let me know what you find.

1 Like

Thanks, I tried resetting the cursor data before reinstalling and that didnt fix it. I-cloud is completely disabled. Mac was restarted several times to no avail. will try the other 2 fixes you propsed and update.

1 Like

Cursor had been working fine until last Friday, this morning I updated to the latest version and I keep getting the unexpected crash with code 5. I tried everything from this thread and from: Cursor Crashes Constantly After Latest Update (code: ‘5’) — Cannot Work at All - #27 by conor-builds

but even ` mv ~/Library/Application\ Support/Cursor ~/Desktop/Cursor_backup` didn’t fix it.

Version: 2.6.13

VSCode Version: 1.105.1

Commit: 60faf7b51077ed1df1db718157bbfed740d2e160

Date: 2026-03-06T06:17:49.499Z (3 days ago)

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.2.0

1 Like

2.6.18 doesn’t crash anymore

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.