On reopen the project cursor freeze again
if run sudo rm -rf ~/Library/Application\ Support/Cursor
i can open again the project but on first iteraction with an agent, freeze again
i try also reinstall cursor, same problem.
Start to happends after install the last update
@Ariel_Coyant@ruan_hc thanks for the details. It’s clear now, this is a macOS Tahoe compatibility regression in version 3.0.13.
@ruan_hc, since Settings won’t open, can you check if MCP servers are set up directly? See if there’s a file at ~/.cursor/mcp.json or .cursor/mcp.json in the project root. If it exists, please share the contents, it’ll help narrow down the cause.
For now, the only working workaround is rolling back to 2.6.22, like you already found. I’ve passed this to the team, no ETA yet, but your reports help us prioritize the fix.
If either of you can grab logs from ~/Library/Application Support/Cursor/logs/ the latest main.log that would also help a lot with debugging.
Hey @Betsy, yep, the logs will help even after a rollback. We need the main.log file from ~/Library/Application Support/Cursor/logs/. It should still contain entries from the 3.0.13 session. If that folder was kept during the rollback, the data should still be there.
Also, like for the other users, can you check if ~/.cursor/mcp.json exists via Terminal cat ~/.cursor/mcp.json. If the file exists, please share its contents.
Thanks for confirming it also reproduces on Tahoe 26.1, that helps narrow the scope.
I can see you have the Sentry and Context7 MCP servers set up, which might be related to the freezing. There’s a known issue where things can freeze when using the agent plus MCP servers.
Can you try this on version 3.0.13 before rolling back:
Rename the MCP config: mv ~/.cursor/mcp.json ~/.cursor/mcp.json.bak
If you also have .cursor/mcp.json in the project root, rename that too
Launch Cursor and try using the agent
If the freezing goes away without MCP servers, that helps narrow down the cause.
Also, in the logs I see detected slow close() operation with a database size of about 1,4 GB. That’s unusually large and could affect performance.
@Ariel_Coyant do you also have MCP servers? Check with cat ~/.cursor/mcp.json in Terminal.
For now, rolling back to 2.6.22 is a working workaround.
@Betsy thanks for the logs. It’s pretty clear that at 09:58:51 all Cursor processes got SIGTERM code 15 and crashed at the same time: fileWatcher, renderer, shared-process, ptyHost. After restarting on 3.0.13, the extension hosts started crashing again a couple minutes later. On 2.6.22 everything is stable, you can see that in the logs.
One more thing, can you check your MCP config? In Terminal run:
cat ~/.cursor/mcp.json
If the file exists, please paste the contents here. This will help us figure out if the issue is related to MCP servers or if it’s just a regression in 3.0.13 on Tahoe. @Ariel_Coyant has an empty MCP config and sees the same bug.
Cursor is also freezing for me. It is happening every time I try using the agent window (“Layout: glass”). I am on Sequoia 15.7.1. It seems to be some performance limit.
I use a very vanilla cursor setup. My development workflow might be leaving large “diffs” in cursor’s working log from my past months of work that the new view is trying and failing to handle that - I’m not sure.
Closing the agents window and only using the text-editor window (including the agents tab/layout) is working without any issues.
After update to 3.0.13, source control panel does not load (“No source control providers registered”), Extensions panel does not load (no error), terminals do not load (no error), AI chat does not function (stuck on “Waiting for extension host”)
Steps to Reproduce
Click “Install” when 3.0.13 update prompt comes up in Cursor IDE. Observe issues above on restart.
Expected Behavior
Source control panel loads, AI chat works, terminals load.
Cursor also freezing for me on Sequoia 15.7.5. I also have a very basic setup and did not have any issues until the latest update. I can open basic .txt and .py files but unable to use .ipynb files which is what I primarily use.
Same here with 3.0.16 on Windows. It refuses to load my source control and terminal for random projects, some times not loading the chat history either. Some times it works to close the folder and re-open it, but it was too frustrating so rolled back to v2.6.22.