id summary reporter owner description type status milestone component version severity resolution keywords cc 9221 message_queue deadlock on linux aalutov@… Ion Gaztañaga "I have a problem with message_queue on linux. there are two writers and one reader. some milliseconds after start application locks on receive and send methods. writers waits while(is_full()), reader waits while(is_empty()) (see attach); If I add manual synchronization in writers (scoped lock), application closes normal." Bugs closed To Be Determined interprocess Boost 1.54.0 Problem fixed message_queue deadlock