QML Application hangs after a while
Unsolved
QML and Qt Quick
-
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.
-
@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.