Boost logo

Boost Users :

Subject: [Boost-users] [boost::asio] exception not passed to async callback
From: Matheus Araújo Aguiar (matheus.pit_at_[hidden])
Date: 2010-03-08 18:08:38


Hello list,

Right now i am having some problems with a TCP socket waiting for a pending
async read operation. When the remote endpoint closes the connection due to
some crash or other unexpected situation(i.e, without proper closing of the
socket) my application is terminated with this message: "Terminate called
after throwing an instance of
'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error>
>'
  what(): Transport endpoint is not connected
Aborted"

Maybe i am missing something here, because i expected any boost::system
exceptions to be passed to the callback associated with the async read
operation. I am assuming that this exception is thrown in the
io_service::run method, is that right? If so, why it is not passed to the
callback? and what can i do to catch it, having the io_service::run running
on a separeted thread?

Thanx in advance and best regards,

-- 
Matheus Araújo Aguiar
Computer Scientist
matheus.pit_at_[hidden]


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net