Boost C++ Libraries: Ticket #3829: windows_shared_memory invalid move constructor https://svn.boost.org/trac10/ticket/3829 <p> Move constructor of windows_shared_memory has the following implementation: windows_shared_memory(BOOST_INTERPROCESS_RV_REF(windows_shared_memory) moved) </p> <blockquote> <p> { this-&gt;swap(moved); } </p> </blockquote> <p> Since m_handle member is not initialized, moved.m_handle becomes invalid after swap. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3829 Trac 1.4.3 Ion Gaztañaga Thu, 26 Aug 2010 10:16:39 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/3829#comment:1 https://svn.boost.org/trac10/ticket/3829#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.42.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket