Multitask causing app crashes Version: 3.7.42

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Seems like a chat with 3+ agents in multi task is crashing. Opus 4.8 and Composer 2.5 in use.

Steps to Reproduce

Using Design mode, create a multi task chat.

Expected Behavior

no crash.

Operating System

MacOS

Version Information

Version: 3.7.42
VS Code Extension API: 1.105.1
Commit: 5702c9cfca656d8710fad58402fe37f14345e3a0
Date: 2026-06-15T19:39:42.738Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0

For AI issues: which model did you use?

Composer 2.5, Opus 4.8

Additional Information

Keep up the good work :slight_smile:

Does this stop you from using Cursor

Yes - Cursor is unusable

A similar problem, due to additional errors, the session crashes. It is the responses from the API that becomes empty. And for some reason, the subscription jumps either pro or ultra.

Hey, thanks for the report. Crashes with lots of parallel agents in multitask are a known class of client-side issues (the renderer under load), and we’re aware of it. I can’t share a specific fix timeline yet.

To understand which exact case you’re hitting, could you share a couple details:

  1. The crash code or exit code, if shown (for example “code 133”, “code 5”)
  2. What the crash looks like, does Cursor show a dialog, or does the window reload or close by itself
  3. How much RAM your machine has
  4. Does it happen with 1 to 2 agents, or only with 3+

For now, as a workaround, try running fewer agents in parallel. That reduces renderer load. Share the details above and I can dig deeper.

nice nice.

  1. no crash code.
  2. the app resets and pauses all works. the client seemingly clears, refreshes and then I’m shown my chat/IDE but nothing is in flight. all processes halted.
  3. 48gb
  4. unclear. I wanna say 3+ is the sweet spot.

Thanks for the details, that helps clarify things. What you’re describing, the window resets, refreshes, and after that the IDE is open but all processes are stopped, is a renderer crash with an auto reload. There’s no crash code, but the behavior is pretty clear.

One important note about 48 GB. Free system memory won’t necessarily prevent this. The renderer process itself is crashing, and it has its own memory and CPU limits, independent of total RAM. When you run 3 or more agents in multitask, the load inside that process can spike quickly and it can crash. This isn’t about system memory.

This is a known class of issues with a high number of parallel agents, and we’re tracking it. I can’t share an ETA for a fix yet, but this is not intended behavior.

To make things more stable right now:

  • Keep it to 1 or 2 agents instead of 3 or more, since that seems to be around your threshold. You can try to find the exact point where it starts crashing
  • Disable unused extensions and MCP servers, each one adds load to the process
  • Right before it crashes, open Process Explorer via Cmd+Shift+P > Developer: Open Process Explorer to see what’s using the most resources

If you can catch a crash log or notice a specific trigger, like it only crashes after a certain action, send it here and I’ll add it to what we’re already tracking.