Comment 10 for bug 487308

Revision history for this message
Christophe Dumez (hydr0g3n) wrote :

Error is on:
peer_connection.cpp:3614
* disconnect(error.message().c_str());

In this function:
// throws exception when the client should be disconnected
void peer_connection::on_receive_data(const error_code& error, std::size_t bytes_transferred)

Crash is on:
/usr/include/boost/system/error_code.hpp:347
* std::string message() const { return m_cat->message(value());}

My guess is (error != 0) because it passed the test earlier but it is not a valid error message?