Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1
-
Fix Version/s: JRuby 1.2
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Latest JRuby 1.1
-
Number of attachments :
Description
MRI 1.8.6 on Windows does provide Process.kill (at least the method doesn't raise NotImplementedError), while JRuby just blows up on such method.
I'm going to stub it out to raise NotImplementedError, but this bug is open to remind us that this behavior differs from MRI on Windows.
For now, stubbed out Process.kill on Windows so that JRuby doesn't break, in rev. 6386.