visual studio - VS2013, C++: Unknown "thread X exited with code 0" -


i developing qt application on vs2013. 1 day turned attention fact qt runtime libs perform strange cpu consumptive actions. firstly, decided occurs in qt debug libs , turned debug configuration use qt release libs. still confused when observing in vs output window, @ middle of debugging application, such prints: the thread 0xxxxx has exited code 0 (0x0). don't understand thread finished. how can detect thread hidden behind thread id = 0xxxxx once thread has finished?

update (clarification) in question meant: 1. possible information thread id appeared in such vs print 2. know qt may execute in such hidden threads?

different libraries may create worker threads various purposes.

if want investigate further following in vs ide:

  1. debug -> break all. stop threads in process
  2. debug -> windows -> threads list of threads.

by examining call stack of threads may idea of purpose.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -