Boost logo

Boost :

Subject: Re: [boost] Where we are 1.65.0
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2017-08-16 18:30:06


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/d4cff01c724f1355fef0990f3d6d678e52f61fd0

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,


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk