[ruby-dev:48817] [ruby-trunk - Bug #10615] SIGKILL is not supported by signal() of some versions of MSVCRT

From: usa@...
Date: 2015-01-14 07:09:00 UTC
List: ruby-dev #48817
Issue #10615 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: DONE, 2.1: REQUIRED

Backported r48884 and r48885 into `ruby_2_0_0` at r49247.

----------------------------------------
Bug #10615: SIGKILL is not supported by signal() of some versions of MSVCRT
https://bugs.ruby-lang.org/issues/10615#change-50991

* Author: Usaku NAKAMURA
* Status: Closed
* Priority: Normal
* Assignee: Usaku NAKAMURA
* ruby -v: -
* Backport: 2.0.0: DONE, 2.1: REQUIRED
----------------------------------------
MSVCRTはSIGKILLをサポートしておらず(C標準外なので割と当たり前)、Rubyで自前サポートしているわけなのですが、にもかかわらずsignal()にはそのまんま渡しているため、一部のMSVCRT実装で問題が起きているようです。



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next