id summary reporter owner description type status milestone component version severity resolution keywords cc 8242 strerror is not thread-safe on all platforms Andrey Semashev Ion Gaztañaga "boost/interprocess/errors.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 interprocess Boost 1.52.0 Problem