id summary reporter owner description type status milestone component version severity resolution keywords cc 3829 windows_shared_memory invalid move constructor spolitov@… Ion Gaztañaga "Move constructor of windows_shared_memory has the following implementation: windows_shared_memory(BOOST_INTERPROCESS_RV_REF(windows_shared_memory) moved) { this->swap(moved); } Since m_handle member is not initialized, moved.m_handle becomes invalid after swap." Bugs closed Boost 1.45.0 interprocess Boost 1.41.0 Problem fixed