This patch changes the point at which Process::m_private_state_thread is
invalidated. There was a race condition where the private thread would invalidate its own pthread_t object before the parent could perform a pthread_cancel/pthread_join sequence. Patch from Stephen Wilson. llvm-svn: 109131
Loading
Please register or sign in to comment