[Boost-bugs] [Boost C++ Libraries] #9221: message_queue deadlock on linux

Subject: [Boost-bugs] [Boost C++ Libraries] #9221: message_queue deadlock on linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-10 10:56:07


#9221: message_queue deadlock on linux
------------------------------------+--------------------------
 Reporter: aalutov@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: Boost 1.54.0 | Severity: Problem
 Keywords: message_queue deadlock |
------------------------------------+--------------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9221>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC