id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10529,The pthread/condition_variable_any constructor reports incorrect error code for pthread_cond_init,Boguslaw Sluka ,viboes,"Constructor of condition_variable_any in pthread implementation reports error in the following way: {{{ int const res2=pthread_cond_init(&cond,NULL); if(res2) { BOOST_VERIFY(!pthread_mutex_destroy(&internal_mutex)); boost::throw_exception(thread_resource_error(res, ""boost::condition_variable_any::condition_variable_any() failed in pthread_cond_init"")); } }}} The thread_resource_error shall use res2 instead of res.",Bugs,closed,Boost 1.57.0,thread,Boost 1.56.0,Problem,fixed,,