#3476 closed Bugs (duplicate)
[asio] attempt to copy-construct an iterator from a singular iterator
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | asio |
Version: | Boost Release Branch | Severity: | Problem |
Keywords: | asio | Cc: | chris@…, akim.demaille@… |
Description
The following program triggers an assert in the debug mode of gnu stl.
dgoncharov@localhost ~/asiobug $ cat main.cpp
#include <unistd.h>
#include <boost/asio/io_service.hpp>
#include <boost/asio/posix/stream_descriptor.hpp>
int main()
{
boost::asio::io_service ios;
boost::asio::posix::stream_descriptor sd(ios);
}
See the attachment for details
Attachments (1)
Change History (5)
by , 13 years ago
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Cc: | added |
---|
comment:3 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #3098, 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.
If there is a failure with 1.40 then please raise a new ticket with a new test case.
If you care about the _GLIBCXX_DEBUG debug mode then feel free to run the automated boost regression tests in that configuration.
comment:4 by , 11 years ago
Version: | Boost 1.39.0 → Boost Release Branch |
---|
Hah, Italy protesters rally against Berlusconi
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.
http://groups.google.com/group/boost-list/browse_thread/thread/5eecec53397d0c52/05b272fb9a9000c5