id summary reporter owner description type status milestone component version severity resolution keywords cc 4655 [Interprocess] The shared_memory_object::remove return false on success Kistner Eric Ion Gaztañaga " The shared_memory_object::remove return false on success. This is due to the code doing: return detail::delete_file(shmfile.c_str()) == 0; but the detail::delete_file already return a bool that is true on succes Simply remove the ==0 fix the problem." Bugs closed To Be Determined interprocess Boost 1.50.0 Problem fixed