Blog them all

Fabien Penso’s blog

Erreur dans une lib Ruby

5 comments

Sur mon Mac le fichier /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/resolv.rb a le code suivant :


597         while (now = Time.now) < timelimit
598           timeout = timelimit - now
599           if !IO.select([@sock], nil, nil, timeout)
600             raise ResolvTimeout
601           end
602           reply, from = recv_reply

La ligne 600 me laisse perplexe, voyez-vous pourquoi?

Written by Fabien Penso

May 27th, 2009 at 6:33 am

Posted in computer

Tagged with ,