Boost C++ Libraries: Ticket #3476: [asio] attempt to copy-construct an iterator from a singular iterator https://svn.boost.org/trac10/ticket/3476 <p> The following program triggers an assert in the debug mode of gnu stl. </p> <p> dgoncharov@localhost ~/asiobug $ cat main.cpp </p> <p> #include &lt;unistd.h&gt; </p> <p> #include &lt;boost/asio/io_service.hpp&gt; </p> <p> #include &lt;boost/asio/posix/stream_descriptor.hpp&gt; </p> <p> int main() </p> <p> { </p> <blockquote> <p> boost::asio::io_service ios; </p> </blockquote> <blockquote> <p> boost::asio::posix::stream_descriptor sd(ios); </p> </blockquote> <p> } </p> <p> See the attachment for details </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3476 Trac 1.4.3 Dmitry Goncharov <dgoncharov@…> Tue, 22 Sep 2009 09:48:30 GMT attachment set https://svn.boost.org/trac10/ticket/3476 https://svn.boost.org/trac10/ticket/3476 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">report</span> </li> </ul> Ticket akim.demaille@… Fri, 02 Oct 2009 11:26:09 GMT <link>https://svn.boost.org/trac10/ticket/3476#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3476#comment:1</guid> <description> <p> This following thread contains answers. I have the same problem with 1.40. It is a pity that the debug mode is not used during testing. </p> <p> <a class="ext-link" href="http://groups.google.com/group/boost-list/browse_thread/thread/5eecec53397d0c52/05b272fb9a9000c5"><span class="icon">​</span>http://groups.google.com/group/boost-list/browse_thread/thread/5eecec53397d0c52/05b272fb9a9000c5</a> </p> </description> <category>Ticket</category> </item> <item> <author>Akim Demaille <akim.demaille@…></author> <pubDate>Fri, 02 Oct 2009 11:26:40 GMT</pubDate> <title>cc changed https://svn.boost.org/trac10/ticket/3476#comment:2 https://svn.boost.org/trac10/ticket/3476#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">akim.demaille@…</span> added </li> </ul> Ticket chris_kohlhoff Mon, 12 Oct 2009 22:22:01 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3476#comment:3 https://svn.boost.org/trac10/ticket/3476#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> This is a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3098" title="#3098: Bugs: Abort in boost::asio::ip::tcp::acceptor constructor on Mac OS X (closed: fixed)">#3098</a>, which is fixed in 1.40.0. I have confirmed that the attached test case does fail with 1.39 but does not with 1.40. </p> <p> If there is a failure with 1.40 then please raise a new ticket with a new test case. </p> <p> If you care about the _GLIBCXX_DEBUG debug mode then feel free to run the automated boost regression tests in that configuration. </p> Ticket Alexandra Ramirez Sat, 10 Dec 2011 11:18:25 GMT version changed https://svn.boost.org/trac10/ticket/3476#comment:4 https://svn.boost.org/trac10/ticket/3476#comment:4 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.39.0</span> → <span class="trac-field-new">Boost Release Branch</span> </li> </ul> <p> Hah, Italy protesters rally against Berlusconi </p> Ticket