Boost C++ Libraries: Ticket #10118: boost::interprocess windows_intermodule_singleton crashes when mixing compilers https://svn.boost.org/trac10/ticket/10118 <p> 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. </p> <p> This is essentially the same problem as <a class="reopened ticket" href="https://svn.boost.org/trac10/ticket/9262" title="#9262: Bugs: windows_intermodule_singleton breaks when calling a Debug dll from a ... (reopened)">#9262</a>, but with different compiler versions instead of different build types. </p> <p> A simple workaround is to comment out </p> <div class="wiki-code"><div class="code"><pre><span class="cp">#define BOOST_INTERPROCESS_HAS_KERNEL_BOOTTIME</span> </pre></div></div><p> in <code>interprocess/detail/workaround.hpp</code>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10118 Trac 1.4.3