Qt Application crashes if it remains idle for some time with attached call stack.
-
Hi There,
I am working on a QT application, which crashes if it remains idle for sometime with attached call stack.. Also, it creates around 3260+ threads while we run it from Visual Studio. But if we run the application by double clicking its icon it generates around 100 threads (as displayed in task manager).
Does Qt creates many threads while running from Visual Studio. Also, mostly all threads are waiting in event loop, as displayed in following screen shotHow can we prevent this crashing of application? As from call stack there is no hint that which part of code is causing crash? Please suggest.
-
Hi There,
I am working on a QT application, which crashes if it remains idle for sometime with attached call stack.. Also, it creates around 3260+ threads while we run it from Visual Studio. But if we run the application by double clicking its icon it generates around 100 threads (as displayed in task manager).
Does Qt creates many threads while running from Visual Studio. Also, mostly all threads are waiting in event loop, as displayed in following screen shotHow can we prevent this crashing of application? As from call stack there is no hint that which part of code is causing crash? Please suggest.
-
Hi There,
I am working on a QT application, which crashes if it remains idle for sometime with attached call stack.. Also, it creates around 3260+ threads while we run it from Visual Studio. But if we run the application by double clicking its icon it generates around 100 threads (as displayed in task manager).
Does Qt creates many threads while running from Visual Studio. Also, mostly all threads are waiting in event loop, as displayed in following screen shotHow can we prevent this crashing of application? As from call stack there is no hint that which part of code is causing crash? Please suggest.
@Hetal could you describe the components of your application? is it threaded? are you handling the event loop yourself?