Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31449

Freeze with lots of application output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 14.0.1
    • None
    • Linux/X11
    • b02a16a89 (master)

    Description

      #include <iostream>

      int main(int argc, char *argv[])
      {

          for(int i_ = 0; true; ++i_)
         

      {         std::cout << "\nHALLO_\n" << i_;     }

          return 0;
      }  /*When i run this very simpel code on linux ubuntu 20.04 LTS in qtcreator IDE it is very laggy i have a I9 vpro rtx4090 pc this shouldn't happen after i try to stop de code qtcreator freezes and does let me write code anymore i have to restart the application for it

      Qt Creator 14.0.1

      Based on Qt 6.7.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)

       

      */

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              kandeler Christian Kandeler
              cpplawyer Abdelaziz al Habid
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes