Subject: Re: [boost] async_read SEGFAULT
From: hh h (jupiter.hce_at_[hidden])
Date: 2019-01-05 20:44:04


Thanks Richard, you are right that the send buffer using shared_ptr
streambuf created during sending the message, it is not in life time
that could cause the problem, changed to a lifetime buffer I think
that fixed it, still in testing.

As always, appreciate your insight thought.