You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug report in Japanese possibly about Mac OS X: http://bugs.ruby-lang.org/issues/4866. After squinting at the Google Translated version, I think that the bug was closed because the assignee couldn't reproduce it on non Mac platforms.
I can avoid the use of IO.copy_stream by manually relaying from one IO object to another.
The text was updated successfully, but these errors were encountered:
This looks to be a bug in Ruby's IO.copy_stream method, but the only references I could find are to non-Linux platforms.
Cygwin: http://www.ruby-forum.com/topic/214105
Bug report in Japanese possibly about Mac OS X: http://bugs.ruby-lang.org/issues/4866. After squinting at the Google Translated version, I think that the bug was closed because the assignee couldn't reproduce it on non Mac platforms.
I can avoid the use of IO.copy_stream by manually relaying from one IO object to another.
The text was updated successfully, but these errors were encountered: