Save a core file on a worker crash
CI failures like http://ci.rvm.jp/results/trunk-mjit@phosphorus-docker/3280458 doesn't provide any useful information, and it doesn't leave a core file in a CI environment because a test like Process.kill(:TRAP, $$) overwrites in a next run very quickly.
Process.kill(:TRAP, $$)
Thus I'd like to keep core files in /tmp.
Save a core file on a worker crash
CI failures like
http://ci.rvm.jp/results/trunk-mjit@phosphorus-docker/3280458 doesn't
provide any useful information, and it doesn't leave a core file in a CI
environment because a test like
Process.kill(:TRAP, $$)overwrites ina next run very quickly.
Thus I'd like to keep core files in /tmp.