Cursor update has caused it to repeatedly freeze

This never happened before. I just updated. I genuinely can’t go 3 minutes without Cursor freezing for 5 seconds. In that time, I can’t type, change tabs, click anything. It’s completely unresponsive.

When I start typing, the IDE just freezes periodically. I had to revert to my old Cursor Nightly build just to keep working normally.

Version: 0.32.0
VSCode Version: 1.86.2
Commit: efa81dcc71858538e5bed818562abf1123b62a50
Date: 2024-04-12T23:16:41.650Z
Electron: 27.2.3
ElectronBuildId: undefined
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Darwin arm64 23.2.0

Beta features enabled:

  • Cursor help
  • AI review
  • Copilot++
1 Like

Hi,

This looks really bad and super weird. Any chance (a) you can get us a profile via the chrome performance tools (Analyze runtime performance  |  DevTools  |  Chrome for Developers) or (b) get us the logs from Output > MainWindow/Extension host/terminal/pty host. That would be super helpful to debug and fix this asap!

you can email [email protected] and hopefully we can resolve this today!

I am getting this too, It is making Cursor pretty much unusable. IT freezes for minutes at a time and I often have to close and reopen the browser

1 Like

oh no. we would really really appreciate the logs here. that would allow us to fix these issues as fast as they come. we would love to get either a performance profile here (using chrome dev tools.) or the logs. either would help us figure out what is hanging for you all.

Same here. I get an update when I try to update the cursor, but it crashesimage

Is this new? Or has this happened to you multiple times? @liwahadri

Mine just wouldn’t do anything when I tried to force an update. Had to dl from website

This happens during a progressive rollout (we release to x% of users first before everyone). Latest update should now be available to everyone.

hi i received an update just now. When I tried to install it, the installation completed, but then it crashed in the middle. So i re-downloaded it from a website

Did the app crash after the update? Or the update process crashed?

1 Like

The update process crashed, when he deleted all the old files and replaced them with new files from the update (it crashed at there point)

I found a workaround for this that I often use in ChatGPT: simply start a new chat to stop the freezes.

This issue often occurs when you have a long chat history. It seems that the AI needs to quickly process the entire conversation each time before responding to a new prompt. When the history gets too long, it takes longer for the model to process, and the more advanced the model, the longer it takes—sometimes causing it to time out.

If this works similarly to ChatGPT, there may come a point when opening a new chat no longer fixes the problem. In that case, you would need to delete older chats to free up memory.

Hope this helps you.