id summary reporter owner description type status milestone component version severity resolution keywords cc 9408 Android does not support XSI_SHARED_MEMORY_OBJECTS Antony Polukhin Ion Gaztañaga "BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS must not be defined on Android platform. boost/interprocess/detail/workaround.hpp (line 75) must be patched in the following way: {{{ //Check for XSI shared memory objects. They are available in nearly all UNIX platforms #if !defined(__QNXNTO__) && !defined(__ANDROID__) #define BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS #endif }}}" Bugs closed To Be Determined interprocess Boost 1.55.0 Problem fixed