Re: [Boost-bugs] [Boost C++ Libraries] #2876: Windows: ip::tcp::socket does not clean up write jobs

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2876: Windows: ip::tcp::socket does not clean up write jobs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-04-09 13:22:25


#2876: Windows: ip::tcp::socket does not clean up write jobs
---------------------------------------------------------+------------------
  Reporter: Benjamin Carlyle <ben.carlyle_at_[hidden]> | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: Boost 1.39.0 | Component: asio
   Version: Boost 1.38.0 | Severity: Problem
Resolution: wontfix | Keywords:
---------------------------------------------------------+------------------
Changes (by chris_kohlhoff):

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

Comment:

 As with #2870, your completion handler will always be called. The
 "buffer_debug_check" is telling you that the write buffer was deleted too
 early. You need to ensure it remains valid until the write handler is
 called. See:

 http://www.boost.org/doc/libs/1_38_0/doc/html/boost_asio/overview/core/buffers.html#boost_asio.overview.core.buffers.buffer_debugging

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