[Python-ideas] Happy leap second

Nick Coghlan ncoghlan at gmail.com
Mon Jul 2 00:14:03 CEST 2012


It was a kernel race condition (and subsequent live lock) after ntpd
notified the clock subsystem of the coming leap second (
http://serverfault.com/questions/403732/anyone-else-experiencing-high-rates-of-linux-server-crashes-during-a-leap-second)


The joys of fine grained locking :)

Cheers,
Nick.

--
Sent from my phone, thus the relative brevity :)
On Jul 2, 2012 5:45 AM, "Antoine Pitrou" <solipsis at pitrou.net> wrote:

> On Sun, 1 Jul 2012 21:11:25 +0200
> Guido van Rossum <guido at python.org> wrote:
> > So would "supporting" the leap second in Python have made any difference?
>
> No. These look like system (kernel?) bugs.
>
> Regards
>
> Antoine.
>
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120702/1c9f243a/attachment.html>


More information about the Python-ideas mailing list