動作環境
c++ Builder XE4
TThread:にはWaitFor()がある (http://www.gesource.jp/weblog/?p=562)。
TThread:WaitFor()を使って、threadの終了を待っていたのだが、WaitFor()にたどり着かない問題があった。
http://www.borlandtalk.com/image-vp94655.html
によると
I seem to remember that FreeOnTerminate must be false if you are going to use WaitFor() as otherwise the thread's memory can get deleted before you return
from Terminate() and you can get intermittent AVs.