Hey, this is a known issue that’s gotten worse with the recent 2.6.x releases. Several users are reporting the same code: 5 renderer crash, and there’s a bigger thread tracking it here: Cursor keeps crashing - 2.6.11
A few things to try:
Start fresh chats: long chat histories are the most common trigger. Close all open chats, fully quit Cursor (Cmd+Q), then reopen.
Disable extensions:
cursor --disable-extensions
Disable GPU acceleration:
cursor --disable-gpu
Make sure the project isn’t in an iCloud-synced folder (Desktop, Documents). If it is, move it to something like ~/dev.
Reset Cursor state (your settings are backed up):
cd ~/Library/Application\ Support/
mv Cursor CursorBackup
If none of that helps, I’d need:
Your main.log file (Help > Open Logs Folder) from around the crash time
A screenshot of Cmd+Shift+P > Developer: Open Process Explorer right before it crashes. Please check if renderer memory climbs above 3-4 GB
Your installed extensions list
Whether you’re using any MCP servers
As a last resort, some users have had success downgrading to 2.5.x until this is resolved.
The team is aware of the increased crash reports with 2.6.x. Let me know what you find.