aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-05-09 22:36:30 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-05-09 22:36:34 -0700
commita6f85899144607606c114e95104fa7e8ec8d95d9 (patch)
treea55395096200b3eb673b5b707f32ea92da919fc2 /template
parent18f22490e850c21f353fc6e74e16b1beb324dc65 (diff)
downloadruby-a6f85899144607606c114e95104fa7e8ec8d95d9.tar.gz
Workaround a zombie process created by Open3
with MJIT worker enabled The problem: ``` $ ruby -ropen3 --jit -e 'Open3.capture2e("cmake") rescue nil;binding.irb' irb(main)[01:0]> Process.waitall => [[10656, #<Process::Status: pid 10656 exit 127>]] $ ruby -ropen3 -e 'Open3.capture2e("cmake") rescue nil;binding.irb' irb(main)[01:0]> Process.waitall => [] ``` Not sure why it's happening yet, but first I'd like to prevent trunk-mjit-wait from failing like http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2929075.
Diffstat (limited to 'template')
0 files changed, 0 insertions, 0 deletions