Cursor crache permanently. Using my credits without write the code

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In the middle of the developement, Cursor crach

Steps to Reproduce

I don’t know. I just try to continue development, but it happens again and again

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.6.11 (user setup)
VSCode Version: 1.105.1
Commit: 8c95649f251a168cc4bb34c89531fae7db4bd990
Date: 2026-03-03T18:57:48.001Z
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?

Sonnet 4.6

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known issue. Several users are reporting crashes on 2.6.11 today on both Windows and macOS. Related thread: Cursor keeps crashing - yet another topic.

A few things to try:

  • Rotate chats. Start a new chat when the current one gets large. Long agent sessions are the most common trigger for out of memory issues on Windows.
  • Open Ctrl+Shift+P > Developer: Open Process Explorer and check if the renderer process memory climbs past 3 to 4 GB before the crash.
  • Open Ctrl+Shift+P > Developer: Toggle Developer Tools > Console, then look for [otel.error] or OTLPExporterError lines.
  • Try running cursor --disable-extensions from the command line to rule out extensions.

About credits being used without code being written, if the agent was processing when the crash happened, those requests still count on our side since the model already processed them.

The team is aware of the crashes on 2.6.11. Let me know what you see in Process Explorer and in the console.

A post was merged into an existing topic: Cursor keeps crashing - yet another topic