Cursor started crashing in 2.2.20

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor has crashed for my several times since updating in the last 24 hours. After reloading it takes a while to get the Agent (GTP 5.2 in this cast) responding again.

Steps to Reproduce

Its intermittent

Expected Behavior

Not crashing :slight_smile:

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.20 (Universal)
VSCode Version: 1.105.1
Commit: b3573281c4775bfc6bba466bf6563d3d498d1070
Date: 2025-12-12T06:29:26.017Z
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?

GTP 5.2

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue and the team is working on a fix.

For diagnostics, please try:

  1. Check extensions:

    • Run from terminal: cursor --disable-extensions
    • If crashes stop, re-enable extensions one by one to find the culprit
    • CMD+Shift+P > Developer: Open Process Explorer - share a screenshot right before the crash
  2. Check MCP servers:

    • Settings > MCP - disable all servers (especially GitHub, Atlassian), then restart Cursor
  3. Network and proxy:

    • Settings > Network > Run Diagnostics
    • If you use VPN/corporate network/Zscaler: in settings CMD+, search for HTTP/2 and enable Disable HTTP/2

We need artifacts for engineers:

  • Help > Open Logs Folder > attach main.log
  • Errors from Help > Toggle Developer Tools > Console (screenshot during the crash)
  • Results of the test with cursor --disable-extensions

Send the results and logs, please. We’ll check them.

Possibly being dense here :slight_smile: sorry
Run from terminal: cursor --disable-extensions zsh: command not found: cursor
Settings > MCP - I dont see MCP
I have the main.log for you, but unable to upload here (doesn’t like .log files)

Disabled python (only extension). No MCPs. Network diagnostics seems normal.

Crashed a moment ago, I was AFK and the agent has completed/responded to my last prompt. (So the crash appears not be about agent interaction).

main.log.txt (37.1 KB)

Same bug, same crashes. I’ve already disabled all extensions, but the crashes are still happening. It also says that Electron isn’t working (or something like that).

Version: 2.2.20
VSCode Version: 1.105.1
Commit: b3573281c4775bfc6bba466bf6563d3d498d1070
Date: 2025-12-12T06:29:26.017Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

The crash report says “Error 5”

Crashing every 30 mins or so. Before 2.2.20 I have zero crashes (intensive usage)

following the crash - the first interaction with an Agend hangs. the second seems to work.

crash frequency is now 5 mins :confused:

tried a reboot - crashing continues

Main.log.txt (1.7 KB)

Thanks for the logs! I see the issue:

[error] CodeWindow: renderer process gone (reason: crashed, code: 5)
[warning] [BrowserViewMainService] Cannot execute JavaScript: browser view not created

This points to the Electron renderer, possibly related to the agent browser. Please try:

  1. Disable the agent browser (if you use it)
  • Avoid opening the agent browser panel
  1. Command line (optional) - to use cursor --disable-extensions, install the command first:
  • CMD+Shift+P > “Install ‘cursor’ command”
  1. Try without GPU
  • Launch from terminal: cursor --disable-gpu
  1. Developer Tools console (very helpful for the team)
  • Help > Toggle Developer Tools > Console
  • Wait for the next crash and capture a console screenshot

Let me know which step helps.

Dean Rie hi! Do you know if there’s going to be a patch or any fix soon? The issue is still there after the latest update. Cursor keeps crashing for me after I read long documents and work with them manually in the editor, especially with large .md files.

I see several crashes an hour still too.

I am using paid-as-you-go pricing, so this bug is actively costing my funds, and every crash I need to recover the flow. Please can you update? (do I need to speak to support?)

@deanrie

Hey, thanks for your patience. This is a known issue and the team is working on a fix.

Please try resetting your settings - it helped other users with the same error:

cd ~/Library/Application\ Support
mv Cursor CursorBackup

This will create a backup of your settings in CursorBackup and reset Cursor. Your projects and code will remain untouched.

This solution worked here:

Give it a try and let me know if the issue persists.

It works actually, thank you @deanrie

1 Like

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