Re: [Boost-bugs] [Boost C++ Libraries] #11728: interprocess::message_queue deadlocked when process exists unexpectedly on Windows

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11728: interprocess::message_queue deadlocked when process exists unexpectedly on Windows
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-15 09:56:30


#11728: interprocess::message_queue deadlocked when process exists unexpectedly on
Windows
----------------------------------------+--------------------------
  Reporter: Lingxi Li <lilingxi.cs@…> | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.59.0 | Severity: Showstopper
Resolution: | Keywords: deadlock
----------------------------------------+--------------------------

Comment (by Lingxi Li <lilingxi.cs@…>):

 In other words, when process exits unexpectedly, it is not guaranteed that
 locks owned by it with kernel of file-system persistence are released, at
 least on Windows platforms. This could lead to very serious problems. For
 example, suppose multiple processes are putting log records to a viewer
 process using an interprocess::message_queue. When any process, be it a
 logger or the viewer, crashes, all processes involved may just be
 deadlocked.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11728#comment:1>
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:19 UTC