Cursor 2.6.13 crashes continuously

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After asking the AI something, and while it is processing, Cursor crashes and needs to be restarted. After restarting and resending the chat, it crashes again after a while. I can work for a little while, but then it crashes.

Steps to Reproduce

Ask the AI something in the chat

Expected Behavior

Respond without Cursor freezing.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.6.13 (user setup)
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: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

GPT-5.4, Sonnet 4.6

For AI issues: add Request ID with privacy disabled

736bb73f-0650-4ed0-ad0f-541e58634759

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

Hey, thanks for the report. This is a known issue with crashes caused by OOM on Windows. The renderer process that handles the Agent chat leaks memory over time until it hits the limit and crashes.

A few workarounds that helped other users:

  • Clear long chat sessions: go to History and delete old or long chats. Long conversations are the main trigger.
  • Start new chats more often: instead of continuing one long session, open a new thread from time to time.
  • Delete workspace storage (more drastic): close Cursor, then delete the most recently modified folder in C:\Users\<your_username>\AppData\Roaming\Cursor\User\workspaceStorage.
    This will remove all project history, so please back up any important chats first.

The team is aware. Your report helps with prioritization, so I’m adding it to the existing tracking.

Could you also share how much RAM your machine has, and roughly how long your chat sessions usually are before it crashes? That’ll help narrow down the cause.

1 Like

Hi Dean, thanks for your reply.

My computer has 16 GB of RAM (Windows 11).

I asked 18 questions in the chat; I don’t know if that’s what determines the length of the chat. I usually make them much shorter, but that’s how it turned out this time.

It seems that creating a new chat is enough to avoid the OOM problem. But I’m still testing it.


I wanted to let you know that the problem with the size of the globalStorage/state.vscdb file is still unresolved. The file is still growing and now measures 1.1 GB. I don’t know if it will reset at some point or continue to grow, causing problems.

Bye

2 Likes