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. Creating a QApplication with Qt5.11.2 blocks for a short time any other QApplication running at Ubuntu
Forum Updated to NodeBB v4.3 + New Features

Creating a QApplication with Qt5.11.2 blocks for a short time any other QApplication running at Ubuntu

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 354 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.
  • M Offline
    M Offline
    Mr.Schmitz
    wrote on last edited by
    #1

    Last friday we decide upgrade from Qt5.9.6 to Qt5.11.2 at Ubuntu.
    Everything was running fine, until we notice that, when a new QApplication is created/instantied with "QApplication app(argc, argv);" any other Qt application running at the moment blocks for a very short time. It's really a very short time, but is enought
    to cause some frames dropped in our video application made in Qt. So, we decide to reduce our test, and made a simple
    application just for test, with a thread processing some job. We open a terminal and run this test. Then we open another
    terminal and run another instance, and again... at exactly this line "QApplication app(argc, argv);" the first application
    running blocks for a very short time. We tryed run 3 applications instance, and when we run the fourth, the others 3 apps
    blocks too together. In fact, we notice, that, if you open any QT application, blocks other QT Appplication. This happen
    only with Qt Applications. We get back to Qt5.9.6 and this problem dosen't happen anymore. Is there's some verification
    at QApplication instantiation that is causing this? It's a Bug? have anyone experienced this?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Sounds like a bug for sure. Please check the Qt bug tracker.

      (Z(:^

      1 Reply Last reply
      1

      • Login

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