
30 Jun
2012
30 Jun
'12
8:20 p.m.
On Sat, Jun 30, 2012 at 9:53 PM, Wil Schultz <wschultz@bsdboy.com> wrote:
Leap second bug. *sigh*
However, it does not seem to be a Java bug -- so far, it looks like something is causing futex() to timeout, instead of telling the thread to sleep [1], causing issues on anything that uses it (e.g., java, chrome, mysql). It's not clear exactly what variable (i.e., kernel versopm, distro) causes boxes to go haywire. It may just be a race condition which some people hit due to bad luck. But it is certainly related to the leap second. [1] https://lkml.org/lkml/2012/6/30/122 -- Darius Jahandarie