Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator takes CPU 100% when IDE terminates
Qt 6.11 is out! See what's new in the release blog

Qt Creator takes CPU 100% when IDE terminates

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 292 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Gilbert LeeG Offline
    Gilbert LeeG Offline
    Gilbert Lee
    wrote on last edited by Gilbert Lee
    #1

    QtCreator takes CPU 100% when IDE terminates.

    OS : Kali
    Linux dev 6.18.12+kali-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.18.12-1kali1 (2026-02-25) x86_64 GNU/Linux

    Qt Creator 19.0.1
    Built on 4/21/26 1:10 AM based on Qt 6.10.3 (GCC 11.5.0 20240719 (Red Hat 11.5.0-11), x86_64)
    From revision 56940acfd3

    Thank you in advance.

    Hers is video.
    https://youtu.be/YndzwERlFAM

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisA
      wrote last edited by
      #2

      Any resolution? I'm having this on macOS with Qt Creator 19.0.2. After quitting, Activity Monitor shows CPU at 100% until I force-quit.

      M 1 Reply Last reply
      0
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote last edited by
        #3

        until you can run the IDE under a debugger and report where it is hanging, you probably won't get much help on this kind of a problem. There are 1000 reasons why this could happen so any forum input would be a WAG at best.

        Run the IDE under a debugger and break it when you see utilization peg during exit...then do a stack backtrace to get an idea where it is hanging. This of course assumes that it is not actually terminating, and you need to force kill it as @ChrisA mentioned.

        If it is pegging momentarily and then exiting normally then "don't worry bout it!"

        The dystopian literature that served as a warning in my youth has become an instruction manual in my elder years.

        1 Reply Last reply
        1
        • jeremy_kJ Offline
          jeremy_kJ Offline
          jeremy_k
          wrote last edited by jeremy_k
          #4

          The mac activity monitor is pretty good in the absence of a debugger. Find the process, double click, and then click "sample". This generates a stack trace plus some other stuff.

          There's also useful information in the process window, such as open files, etc.

          Asking a question about code? http://eel.is/iso-c++/testcase/

          1 Reply Last reply
          2
          • C ChrisA

            Any resolution? I'm having this on macOS with Qt Creator 19.0.2. After quitting, Activity Monitor shows CPU at 100% until I force-quit.

            M Offline
            M Offline
            marksmith
            wrote last edited by marksmith
            #5

            @ChrisA said in Qt Creator takes CPU 100% when IDE terminates:

            Any resolution? I'm having this on macOS with Qt Creator 19.0.2. After quitting, Activity Monitor shows CPU at 100% until I force-quit.

            Same issue here on macOS with Qt Creator 19.0.2 — following this thread in case anyone finds a fix.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved