id summary reporter owner description type status milestone component version severity resolution keywords cc 7811 interprocess/synchronization_mechanisms.html message_queue example bug sarum9in@… Ion Gaztañaga "http://www.boost.org/doc/libs/1_52_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue.message_queue_example See the second example here (after ""This is the second process:""): {{{ //Open a message queue. message_queue mq (open_only //only create ,""message_queue"" //name ); }}} The first arguments of the constructor conradicts comment message. It seems that ""only create"" should be replaced by ""only open""." Bugs new To Be Determined interprocess Boost 1.52.0 Cosmetic