On 5/4/20 19:57, Gavin Lambert via Boost-users wrote:
Keep trying to make an MCVE. If you can find one that doesn't crash
and one that does, then the difference between the two may prove
enlightening.
I was able to not make my program crash by commenting a bunch of lines.
Upon further in
On 5/4/20 19:57, Gavin Lambert via Boost-users wrote:
On 6/04/2020 06:15, gga wrote:
I am facing a weird crash using boost asio when the client segfaults
upon exit on the Release builds of my program after the server has
closed the connection.
I have run out of things to try. Can someone sugg
On 6/04/2020 06:15, gga wrote:
I am facing a weird crash using boost asio when the client segfaults
upon exit on the Release builds of my program after the server has
closed the connection. The crash happens upon exit of the application
(so my guess it is probably some static destructor crashi
I am facing a weird crash using boost asio when the client segfaults
upon exit on the Release builds of my program after the server has
closed the connection. The crash happens upon exit of the application
(so my guess it is probably some static destructor crashing), not at the
end of the conn