id summary reporter owner description type status milestone component version severity resolution keywords cc 8243 strerror is not thread-safe on all platforms Andrey Semashev Emil Dotchevski "boost/exception/errinfo_errno.hpp uses strerror function which is not thread-safe on many platforms (e.g. Linux). Its use should be replaced with strerror_r, when possible. As a hint for implementation see libs/system/src/error_code.cpp. " Bugs new To Be Determined exception Boost 1.52.0 Problem