PDA

View Full Version : QObject::killTimer: timers cannot be stopped from another thread



RJ
3rd October 2013, 07:17
Hi,
I have an app A which I close after a timeout. now I have another app B on top of that I can open my prev A. I ned to close the app B after same timeout. now problem I am facing is if my app A is also opened on app B and then if timeout happens, it first tries to close the app A internally , but gives it crashes and gives the warning an error like: QObject::killTimer: timers cannot be stopped from another thread
# Fatal error in q:\qt5_workdir\w\s\qtjsbackend\src\3rdparty\v8\src \isolate.h, line 446

any idea why it shappening? is it a qt related thing or I am doing something wrong.?
one more thing , if I set the timeout of difference of 1 sec. it works.

Thanks

wysota
3rd October 2013, 08:08
From your description it is not clear neither what you are doing nor what you are trying to do.