$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gga (ggarra13_at_[hidden])
Date: 2020-04-12 13:18:54
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 investigation I found out that it was not an asio issue but
a putenv() call causing the trouble by not allocating the memory with
strdup.
Thanks for the support and help provided.
-- Gonzalo Garramuño