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

[REG 10->11] Console applications have buffered/partial output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • Qt Creator 11.0.0
    • Qt Creator 11.0.0-beta1
    • Terminal
    • None
    • Windows
    • c158921af (master)

    Description

      Until Qt Creator 10, console applications output appeared directly in the terminal (both stdout and stderr). With Qt Creator 11, the output is buffered, appears in chunks, and sometimes doesn't appear at all (for instance, if the application writes less than the buffered characters, the output is delayed until it reaches the threshold).

      Another issue is that stdout and stderr are interleaved. Probably the cause for QTCREATORBUG-29030.

      This is most probably due to the changes in the process stub.

      Attachments

        1. partial-output.png
          9 kB
          Orgad Shaneh
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            madwinter Marcus Tillmanns
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes