
Fix a finalize bug with the C/R thread. There is a race in the way we were finalizing the C/R thread such that, given a particular interleaving of threads, the pthread_join would stall because the C/R thread was never released properly. Found in MTT regression testing on Odin. All and all if you were not compiling with FT & threading support you would never see this problem. This commit was SVN r19708.