The most frequent command I use with Cursor is “pkill -9 cursor”
I’m running on Ubuntu 24, at least 3 times a day I need to kill the IDE
Any help would appreciated
Steps to Reproduce
Run on Ubuntu 24
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report. This is a serious issue, so let’s try to narrow down the cause.
Could you please check the following:
Start Cursor from the command line with extensions disabled: cursor --disable-extensions Does the issue still reproduce?
Open Process Explorer (Ctrl+Shift+P → “Developer: Open Process Explorer”) before Cursor freezes. Which process is using the most CPU/memory?
Enable Extension Monitor (Settings > Application > Experimental > Extension Monitor Enabled), then open it (Ctrl+Shift+P → “Developer: Open Extension Monitor”). Which extensions show high activity?
Check the Developer Tools console (Help > Toggle Developer Tools). Do you see any red errors right before the freeze?
Also, I found a possibly related issue on Ubuntu 24.10+, but you’re on Ubuntu 24.04, right?
This info will help us tell whether it’s extensions, performance, or something Ubuntu-specific.