id summary reporter owner description type status milestone component version severity resolution keywords cc 7484 shared_memory_object does not initialise m_mode in default ctor Graham Hudspith Ion Gaztañaga "The default ctor for shared_memory_object does not initialise the m_mode member. I can't find an enum/#define for the ""zero"" value of mode_t, so I guess a simple: {{{ inline shared_memory_object::shared_memory_object() : m_handle(file_handle_t(ipcdetail::invalid_file())), m_mode(0) // <--- this is the new line {} }}} would do the job. Reported to us when we run a static analysis program on our code which uses the boost interprocess library. This is against the 1.51.0 release of boost, but I've checked your svn trunk and it is still there." Bugs closed To Be Determined interprocess Boost 1.51.0 Problem fixed