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. ...application not responding... wait or Force Quit ( QT )
Forum Updated to NodeBB v4.3 + New Features

...application not responding... wait or Force Quit ( QT )

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

    Ever since I started using QProcess ( and with Ubuntu 21,10 ) I keep getting these " MDI Example not responding" error during run time. . My app name is "MDI " and the QProcess takes roughly 30 seconds to complete.
    Sometime I get two or three of same messages BEFORE the QProcess complete.

    To be honest - I have seen SAME message during other - standard _ Ubuntu applications. So I cannot really blame QT only. ![alt text](dbe0a99a-b36d-4700-94cf-d60d083e5cf3-image.png image url)

    Any suggestion how to find out what is causing this ?

    i

    JonBJ 1 Reply Last reply
    0
    • A Anonymous_Banned275

      Ever since I started using QProcess ( and with Ubuntu 21,10 ) I keep getting these " MDI Example not responding" error during run time. . My app name is "MDI " and the QProcess takes roughly 30 seconds to complete.
      Sometime I get two or three of same messages BEFORE the QProcess complete.

      To be honest - I have seen SAME message during other - standard _ Ubuntu applications. So I cannot really blame QT only. ![alt text](dbe0a99a-b36d-4700-94cf-d60d083e5cf3-image.png image url)

      Any suggestion how to find out what is causing this ?

      i

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @AnneRanch
      Are you blocking the UI event loop? The QProcess should be left to run in the background and your code should just react to signals.

      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