Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre2
Assignee: Unassigned
Components: Core Classes/Modules
Created: 22/Aug/12 2:10 PM
Description:

It seems that the Signal.list is missing "KILL" on Windows:

# MRI
irb(main):001:0> Signal.list.keys
=> ["EXIT", "INT", "ILL", "ABRT", "FPE", "KILL", "SEGV", "TERM"]

# JRuby
irb(main):001:0> Signal.list.keys
=> ["INT", "ILL", "ABRT", "FPE", "SEGV", "TERM", "EXIT"]
Environment: jruby 1.7.0.preview2 (1.9.3p203) 2012-08-07 4a6bb0a on Java HotSpot(TM) Client VM 1.7.0_05-b05 [Windows 7-x86]
Project: JRuby
Priority: Major Major
Reporter: Daniel Berger
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to