Problem in thread creation

Can anyone tell me why a program would just stop executing when it reached the thread creation line? It works fine until that point, I get no compile nor runtime errors. It just stops executing. I tried commenting out that line out but it still stops at the commented line and won’t go any further. Any suggestions?

A quick question - Are you checking for errors?

(Search for CUT_CHECK_ERROR in the example projects.)