[ruby-core:70005] Re: [Ruby trunk - Bug #11336] [Open] TestProcess#test_exec_fd_3_redirect failed on Solaris 10

From: Eric Wong <normalperson@...>
Date: 2015-07-16 21:26:53 UTC
List: ruby-core #70005
Sorry, but I think rb_divert_reserved_fd seems a racy fix.  I think the
correct fix is to allow single-threaded Ruby to process signals without
timer thread; I will try to make it happen now.

In This Thread