Comment 5 for bug 1153727

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Full backtrace here http://paste.wnohang.net/114621

and it is crashing here:

void gcomm::AsioTcpSocket::assign_remote_addr()
....
        remote_addr_ = uri_string(
            gcomm::TCP_SCHEME,
            gcomm::escape_addr(socket_.remote_endpoint().address()),
            gu::to_string(socket_.remote_endpoint().port())
            );