When on Windows, if you use boost::filesystem::canonical() to resolve a
NTFS network drive mounted in a directory, the result is what I see as a
useless result. For example:
C:\ntfs_mount\other\dirs\file
boost::filesystem returns:
C:\?VolumeXXX-XXX-XXX-XXX\ other\dirs\file
This volume notat
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
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