Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved QML Application hangs after a while

    QML and Qt Quick
    3
    3
    396
    Loading More Posts
    • 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.
    • michaelL
      michaelL last edited by

      Hi,
      i am running Qt5.9.1 on linux kernel 4.1.15.
      In the application i use Loader to load pages so that the reaction/performance is faster.
      The application doesnt crash it still runs, even if i debug it from Qt Creator.
      The screen freezes and the application doesnt reacts to anything.

      How can i find this issue? I dont see any application output issue/expection.

      raven-worx 1 Reply Last reply Reply Quote 0
      • D
        DavidM29 last edited by

        When you debug you problably going to have a point where it will infinitly load. This could give you the line that cause this issue. Without any code or more informations about your project it will be difficult to be more helpful.

        1 Reply Last reply Reply Quote 0
        • raven-worx
          raven-worx Moderators @michaelL last edited by raven-worx

          @michaelL
          when your app freezes press pause button in the QtCreator debugger and check the stack traces (of all threads).
          If may give you some clue where it got stuck.

          --- 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 Reply Quote 0
          • First post
            Last post