From: usa@... Date: 2014-12-18T05:24:15+00:00 Subject: [ruby-dev:48762] [ruby-trunk - Bug #10615] [Assigned] SIGKILL is not supported by signal() of some versions of MSVCRT Issue #10615 has been reported by Usaku NAKAMURA. ---------------------------------------- Bug #10615: SIGKILL is not supported by signal() of some versions of MSVCRT https://bugs.ruby-lang.org/issues/10615 * Author: Usaku NAKAMURA * Status: Assigned * Priority: Normal * Assignee: Usaku NAKAMURA * Category: core * Target version: current: 2.2.0 * ruby -v: - * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- MSVCRTはSIGKILLをサポートしておらず(C標準外なので割と当たり前)、Rubyで自前サポートしているわけなのですが、にもかかわらずsignal()にはそのまんま渡しているため、一部のMSVCRT実装で問題が起きているようです。 -- https://bugs.ruby-lang.org/