id summary reporter owner description type status milestone component version severity resolution keywords cc 12389 Timer expires immediately on Ubuntu 64-bit using boost 1.61 boriss@… viboes "We are using boost:chrono and boost:thread for the Timer implementation. We have multi library application. Our libraries are linked with dynamic boost libraries. Some of our libraries with defined BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC and some without this define. After mixing this define we found out that timers expires immediately after they are started. If we defined BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC in all libraries then we didn't found this problem. We need this define to avoid problems described in boost ticket 11562. More details about our implementation can be found in boost ticket 11562 https://svn.boost.org/trac/boost/ticket/11562" Bugs closed To Be Determined thread Boost 1.61.0 Problem worksforme Linux 64-bit