id summary reporter owner description type status milestone component version severity resolution keywords cc 10118 boost::interprocess windows_intermodule_singleton crashes when mixing compilers emil.styrke@… Ion Gaztañaga "windows_semaphore_based_map uses an std::map to communicate between modules. However, the ABI of std::map is different between (for example) VS2008 and VS2012, which means that if a DLL compiled with VS2012 is linked with an application compiled with VS2008, the second module to use the intermodule singleton will crash. This is essentially the same problem as #9262, but with different compiler versions instead of different build types. A simple workaround is to comment out {{{#!cpp #define BOOST_INTERPROCESS_HAS_KERNEL_BOOTTIME }}} in `interprocess/detail/workaround.hpp`." Bugs new To Be Determined interprocess Boost 1.55.0 Problem