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 Freezing Problem
Qt 6.11 is out! See what's new in the release blog

Application Freezing Problem

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.8k Views 3 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.
  • Z Offline
    Z Offline
    zeroptr
    wrote on last edited by
    #1

    Hi All,

    I have an application working on LinuxMint 17.3 XFCE with QT5.6.. 10 clients and one PostgreSQL server is running. The App must work 7/24 but sometimes 2-3 times a day application freezes.. I couldn't determine the problem that cousing this..

    How can I find a solution to detect the problem to couse this.. This is a real headache for me..

    Any help will be very valuable..

    Thanks..

    Linux Mint 20.04 64 Bit QT6.0.1

    raven-worxR 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Its hard to guess at.
      For hanging I often check
      locks/semaphores/ wait states
      also loops of all kinds.

      Do you have idea where in the program it could happen ?
      do you have any logging at all?

      1 Reply Last reply
      0
      • Z zeroptr

        Hi All,

        I have an application working on LinuxMint 17.3 XFCE with QT5.6.. 10 clients and one PostgreSQL server is running. The App must work 7/24 but sometimes 2-3 times a day application freezes.. I couldn't determine the problem that cousing this..

        How can I find a solution to detect the problem to couse this.. This is a real headache for me..

        Any help will be very valuable..

        Thanks..

        raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        @zeroptr
        with a debugger attached you can press the pause button and check the callstack.
        This should give some hints which method causes the freezing.

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          zeroptr
          wrote on last edited by
          #4

          Hi @raven-worx ,

          there's no development tools installed on kiosks, should I install Qt deveopment enviroment on them ?

          @mrjj

          Unfortunately it can freeze any where on the application.. There is no routine that freezes the application..

          thanks.. for these rapid help..

          Linux Mint 20.04 64 Bit QT6.0.1

          1 Reply Last reply
          0
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi
            And you cannot log anything to file about what is happening ?

            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