
15 May
2012
15 May
'12
3:36 p.m.
m_pending_sends is std::list< std::vector< uint8_t > > m_pending_sends; since strand guarantees serialization, during DispatchSend, the push_back will be called and let's say this invalidates the pointers. Then when HandleSend is called, the pointers are supposed to be fine, isn't it? Thanks, mustafa -- View this message in context: http://boost.2283326.n4.nabble.com/segmentation-fault-using-boost-asio-in-li... Sent from the Boost - Users mailing list archive at Nabble.com.