Currently, when I use plan mode, when the model starts editing the plan, the CPU load suddenly jumps to two or three times the normal speed, and then the IDE window crashes.
This has wasted 7 or 8 of my requests.
Steps to Reproduce
run plan mode with gpt-5.2-xhigh model. and the model is generate Plan MD
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report and for sharing the request ID.
This looks like a plan rendering or UI issue during generation, especially given the sudden CPU spike. There’s a similar known issue here Planning next moves stuck with UI stuttering while generating markdown tables or diagrams, but your case looks more severe since it’s a full crash.
I’ll need a bit more info to troubleshoot:
Console logs: Go to Help > Toggle Developer Tools > Console. Please take a screenshot of any errors right when it crashes.
Extensions check: Try running cursor --disable-extensions in the terminal and repeat the plan generation. Does it still crash?
Repro: Does this happen every time in plan mode, or only sometimes? Does it depend on the plan size or complexity?
Workaround for now: Try a different model instead of gpt-5.2-codex-xhigh (for example, Sonnet 4.5 or GPT 5). It might be specific to that model and the kind of plan it generates.
I’ve update cursor to version 2.4.7 still got this issue
this is actually happens every time in plan mode
and I tried switch to opus4.5. Also get window crashed
also crashed with cursor --disable-extensions
from the console after shows the warning msg the window is getting crashed.This time it’s even worse; the application becomes unresponsive and requires a forced exit.
Then some additional cases
Maybe I just open 4 or 5 window, the CPU LOAD get MAX. Then make cursor app not responded.
And just open window.
My machine is Mac 48G ram M4 pro.
I see the screenshot with the MTLReporter errors. This looks like a UI rendering issue during plan generation.
The team is aware of this Plan mode issue. From the console logs, it looks like the markdown renderer is what’s crashing. This matches a known bug where generating tables or charts can make the UI lag and then crash.
To better understand your case, can you share:
The full log from Developer Tools (Help > Toggle Developer Tools > Console). Please include everything around the crash, not just a screenshot
CMD + Shift + P > Developer: Open Process Explorer. Please send a screenshot right before the crash so we can see which process is using CPU
How big or complex are the plans you’re generating. Do they include tables or charts?
Workaround for now: use Ask or Agent mode instead of Plan mode. Rendering is usually more stable there.
About multiple windows, yes, that can make it worse. Try starting with just one window.
You’ve built up almost 100,000 pending RPC calls from the metrics collection system. That’s an infinite loop. Because of that, Composer can’t get the first token (it times out after 10 seconds), CPU usage spikes, and everything crashes.
This looks like a regression in 2.4.x. I’ll pass it to the team.
Temporary workaround:
Use Ask or Agent mode instead of Plan mode. This issue doesn’t trigger there.
Close extra Cursor windows (you mentioned 4 to 5). Each one adds more load.
Could you share a bit more info:
What exactly is Plan doing when it crashes. Is it generating tables, diagrams, or a lot of code?
Does it reproduce in a new empty project, or only in your current workspace?
Let me know if you find anything else, or if the workaround helps.