Re: [Boost-users] Help on anything to try...

2020-04-12 Thread gga via Boost-users
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

Re: [Boost-users] Help on anything to try...

2020-04-10 Thread gga via Boost-users
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

Re: [Boost-users] Help on anything to try...

2020-04-05 Thread Gavin Lambert via Boost-users
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

[Boost-users] Help on anything to try...

2020-04-05 Thread gga via Boost-users
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