open3
open3 copied to clipboard
Open3 `#capture2` causes IRB console to become unresponsive on Windows Ruby 3.1
The following script will cause IRB console to become unresponsive on Ruby 3.1 on Windows installed by the Windows Ruby Installer. This is using the version of Open3 packaged with Ruby (0.1.1)
$> irb
require 'open3'
Open3.capture2('ver')
# after this, the IRB console becomes unresponsive