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

Wrong order of output in application output window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 11.0.0-rc1
    • Windows + MinGW64 (11.2.0)
    • Windows

      The execution of tests/manual/debugger/cli-io/cli-io.pro produces wrong order of output on the application output window. In the application output window the output is:

       

      This is a QString: "I'm a QString"
      This is QDebug
      This is a std::string: I'm a std::string
      This is a char c[]: I'm a char c[]
      This is an int: 1892
      This is stdout
      This is stderr 

       The expected output from the program flow would be

      This is a QString: "I'm a QString"
      This is a std::string: I'm a std::string
      This is a char c[]: I'm a char c[]
      This is an int: 1892
      This is QDebug
      This is stdout
      This is stderr 

      On cmd.exe the output is produces in right order.

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

            kandeler Christian Kandeler
            wladimir.leuschner Wladimir Leuschner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes