Actions
Bug #10615
closedSIGKILL is not supported by signal() of some versions of MSVCRT
    Bug #10615:
    SIGKILL is not supported by signal() of some versions of MSVCRT
  
Description
MSVCRTはSIGKILLをサポートしておらず(C標準外なので割と当たり前)、Rubyで自前サポートしているわけなのですが、にもかかわらずsignal()にはそのまんま渡しているため、一部のMSVCRT実装で問題が起きているようです。
Actions