[Boost-bugs] [Boost C++ Libraries] #3914: boost::interprocess::message_queue may get deadlocks under windows7 or vista

Subject: [Boost-bugs] [Boost C++ Libraries] #3914: boost::interprocess::message_queue may get deadlocks under windows7 or vista
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-02-09 05:33:58


#3914: boost::interprocess::message_queue may get deadlocks under windows7 or
vista
------------------------------------------------------------------------+---
 Reporter: gxllang83@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: interprocess
  Version: Boost 1.41.0 | Severity: Problem
 Keywords: message_queue deadlock run as administrator windows7 vista |
------------------------------------------------------------------------+---
 '''Bug Description:'''[[BR]]
 Under windows7, run receive process as administrator which created the
 message_queue(create only), and run another send process as normal
 user(open message_queue only). First time run send process, it exit well,
 but no data was send. Then run send process, the process can not exit
 well, it get deadlocks in interprocess_condition::notify with
 m_enter_mut.lock().[[BR]]
 '''Suggestions:'''[[BR]]
 As Ticket #1080 said, when create the tmp file, the CreateFileA SA
 parameter is required.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3914>
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:02 UTC