Re: [Boost-bugs] [Boost C++ Libraries] #6006: Potential epoll fd leak in boost::asio::detail::epoll_reactor

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6006: Potential epoll fd leak in boost::asio::detail::epoll_reactor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-10-17 11:32:31


#6006: Potential epoll fd leak in boost::asio::detail::epoll_reactor
-----------------------------------------+----------------------------------
  Reporter: yafei.zhang@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.40.0 | Severity: Problem
Resolution: fixed | Keywords:
-----------------------------------------+----------------------------------
Changes (by chris_kohlhoff):

  * status: new => closed
  * resolution: => fixed

Comment:

 (In [75009]) Merge from trunk:

 * Make number of strand implementations configurable by defining
   BOOST_ASIO_STRAND_IMPLEMENTATIONS to the number.

 * Programs can now define BOOST_ASIO_ENABLE_SEQUENTIAL_STRAND_ALLOCATION
 to
   switch the allocation of strand implementations to use a round-robin
 approach
   rather than hashing.

 * Fix potential strand starvation issue that can occur when strand.post()
 is used.

 * Update descriptor state allocation in kqueue_reactor to match approach
 used in
   epoll_reactor.

 * Construct epoll_reactor's interrupter member first to fix exception
 safety
   issue. Fixes #6006

 * Clarify that the read operation ends when the buffer is full. Fixes
 #5999

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6006#comment:3>
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:07 UTC