[Boost-users] Windows boost::filesystem canonical on NTFS network drives mounted in a directory

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

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

[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