topazproject / topaz

A high performance ruby, written in RPython
topazruby.com
BSD 3-Clause "New" or "Revised" License
1k stars 84 forks source link

Guard Process.kill from segfault when PIDs contain nil #850

Closed kachick closed 8 years ago

kachick commented 8 years ago
$ bin/topaz -e 'Process.kill :TERM, nil'
[1]    48092 segmentation fault  bin/topaz -e 'Process.kill :TERM, nil'