From 698e1f04580839ea29647f285b39b88fcbb46071 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 8 Dec 2014 06:50:01 +0000 Subject: process: update comment for bug workaround We're certain this is a workaround for a bug. We may remove the workaround at some point in the future; but not until the rest of the world has had a chance to upgrade, too. --- lib/dtas/process.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb index d70e6e5..020737d 100644 --- a/lib/dtas/process.rb +++ b/lib/dtas/process.rb @@ -49,7 +49,8 @@ module DTAS::Process # :nodoc: pid = begin Process.spawn(env, cmd, opts) - rescue Errno::EINTR # Ruby bug? + rescue Errno::EINTR + # workaround for older Rubies https://bugs.ruby-lang.org/issues/8770 retry end warn [ :spawn, pid, cmd ].inspect if $DEBUG -- cgit v1.2.3-24-ge0c7