Hide Forgot
Created attachment 1195423 [details] Reproducer The problem is in python threading library, which doesn't use monotonic timer when handling wait timeouts. Reproducer: $ date -s "2016-08-19 12:59:42 EDT" $ ./test.py & $ date -s "2016-08-19 09:10:26 EDT" And it stops counting, i.e. the wait doesn't return after the timeout as it should.
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
The patch used by Centos to work around the issue: https://git.centos.org/raw/rpms/python.git/c7/SOURCES!00257-threading-wait-clamp-remaining-time.patch
This is reported upstream; we won't work on it in Fedora.