Comment 7 for bug 1470750

Revision history for this message
Paweł Stołowski (stolowski) wrote :

When using strace against scoperegistry in this state, the output gets *flooded* with the following until I interrupt strace:

[pid 10491] futex(0x443a14, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 10491] futex(0x443a3c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 244392527, {633437444, 854775807}, ffffffff) = -1 ETIMEDOUT (Connection timed out)

Now, googling for it reveals several problems like this (for various programs) caused by the leap second (it so happens that leap seconds were added on Jun 30/Jul 1 this year). Could this be the issue?