|
Boost Users : |
Subject: Re: [Boost-users] segmentation fault using boost asio in linux.
From: mozdemir (mozdemir76_at_[hidden])
Date: 2012-05-15 11:36:16
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-linux-tp4630119p4630129.html Sent from the Boost - Users mailing list archive at Nabble.com.
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