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 something is printing new line to console very second
Forum Updated to NodeBB v4.3 + New Features

Qt something is printing new line to console very second

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 668 Views 1 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.
  • F Offline
    F Offline
    framet
    wrote on last edited by
    #1

    Hi guys

    I'm currently working on a QML App with Qt5.11.
    I have a weird behaviour with my console.

    Problem:
    When I start my application every second a new line is printed to the console.

    • I've commented all my code out to only start a blank qml app and it will still print a new line every second

    • There are no threads or timers running. I've searched for every qml: console.out and qDebug and nothing prints just an empty string

    • I did made multiple qmake runs and fresh builds

    When I run the application in Debug Mode with QtCreator than it will not print a new line every second

    I'm completly lost on how to tackle this problem. Has anybody experienced something similiar?

    Best regards

    Gojir4G 1 Reply Last reply
    0
    • F framet

      Hi guys

      I'm currently working on a QML App with Qt5.11.
      I have a weird behaviour with my console.

      Problem:
      When I start my application every second a new line is printed to the console.

      • I've commented all my code out to only start a blank qml app and it will still print a new line every second

      • There are no threads or timers running. I've searched for every qml: console.out and qDebug and nothing prints just an empty string

      • I did made multiple qmake runs and fresh builds

      When I run the application in Debug Mode with QtCreator than it will not print a new line every second

      I'm completly lost on how to tackle this problem. Has anybody experienced something similiar?

      Best regards

      Gojir4G Offline
      Gojir4G Offline
      Gojir4
      wrote on last edited by
      #2

      Hi @framet,

      This is an issue of Qt Creator at version 4.7.0
      See here: https://bugreports.qt.io/browse/QTCREATORBUG-20848

      It should be fixed with QtCreator latest version. Actually I'm using 4.7.2 and there is no bug.

      1 Reply Last reply
      5
      • F Offline
        F Offline
        framet
        wrote on last edited by
        #3

        Hi @Gojir4

        Thank you very much!!!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Do you also have that with a default application ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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