Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5021: io_service destructor hangs on Mac OS X
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-08 11:07:17
#5021: io_service destructor hangs on Mac OS X
------------------------------------------------+---------------------------
Reporter: Remko Tronçon <remko@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: asio
Version: Boost 1.45.0 | Severity: Problem
Resolution: fixed | Keywords:
------------------------------------------------+---------------------------
Changes (by chris_kohlhoff):
* status: new => closed
* resolution: => fixed
Comment:
(In [69680]) Merge selected bug fixes from trunk:
* Fixed a compile error on some versions of g++ due to anonymous enums.
Fixes #4883.
* Fixed a bug in asio::streambuf where the consume() function did not
always update the internal buffer pointers correctly. The problem may
occur when the asio::streambuf is filled with data using the standard
C++ member functions such as sputn(). (Note: the problem does not
manifest when the streambuf is populated by the Asio free functions
read(), async_read(), read_until() or async_read_until().)
* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
the io_service destructor getting stuck inside the close() system
call. Use EV_CLEAR instead. Fixes #5021.
* Fixed a bug on kqueue-based platforms, where reactor read operations
that return false from their perform() function are not correctly
re-registered with kqueue.
* Fixed the linger socket option on non-Windows platforms.
* Fixed function name in comment for asio::placeholders::iterator.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5021#comment:24> 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:05 UTC