id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5354,message_queue doesn't work if size of message < max size of messages,remig@…,Ion Gaztañaga,"message_queue doesn't work if size of message < max size of messages; In message_queue.hpp I've found the following lines: ... //Check if buffer is big enough for any message if (buffer_size < p_hdr->m_max_msg_size) { throw interprocess_exception(size_error); } ... I think it should be (buffer_size > p_hdr->m_max_msg_size)",Bugs,closed,To Be Determined,interprocess,Boost 1.46.0,Problem,invalid,message_queue,