I am using Qthread/Worker in Qt4.8. In the worker, a third-party library is called.
The code worked fine before. Now qthread can not be terminated after data structure
is changed for the call to the third-party library. What can be the cause?