The most common command in Cursor - pkill

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

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)

Version: 2.1.36
VSCode Version: 1.105.1
Commit: 9cd7c8b6cebcbccc1242df211dee45a4b6fe15e0
Date: 2025-11-26T03:43:48.079Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-37-generic

Does this stop you from using Cursor

Yes - Cursor is unusable

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:

  1. Start Cursor from the command line with extensions disabled: cursor --disable-extensions Does the issue still reproduce?

  2. Open Process Explorer (Ctrl+Shift+P → “Developer: Open Process Explorer”) before Cursor freezes. Which process is using the most CPU/memory?

  3. Enable Extension Monitor (Settings > Application > Experimental > Extension Monitor Enabled), then open it (Ctrl+Shift+P → “Developer: Open Extension Monitor”). Which extensions show high activity?

  4. 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.

  1. i will check and let you know. this is how i will run cursor : /programs/Cursor-2.1.36-x86_64.AppImage --no-sandbox --disable-extensions &
  2. According to TOP the cursor process uses 100% of the CPU when it freezes
  3. lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 24.04.3 LTS
    Release: 24.04
    Codename: noble
1 Like
  1. indeed removing some of the extensions helped, and it happens less frequently.
  2. However, cursor is still getting into a mode of 100% CPU usage and freezes.
  3. It seems related to other applications (docker) running at the same time