16 Aug
2017
16 Aug
'17
6:30 p.m.
Le 16/08/2017 à 17:58, Marshall Clow via Boost a écrit :
RC3 came out on Monday, and fixed a crashing bug in Boost.Asio.
We have a report of a new problem in Boost.Thread (timed waits wait way too long), which Vicente is looking into.
If necessary, we'll have an RC4 with a fix for Boost.Thread. Hopefully we'll know the answer to that today.
As signaled in other post it was introduced on this commit: https://github.com/boostorg/thread/commit/d4cff01c724f1355fef0990f3d6d678e52... That is 1.65. boost::detail::timespec_now is wrong an I must use boost::detail::timespec_now_realtime. The fix consist in applying https://github.com/boostorg/thread/pull/127. Can I apply it on master? Best,