Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC1
Assignee: Thomas E Enebo
Created: 09/Oct/12 5:00 AM
Description:

JRuby 1.7.0.RC1 behaves differently than MRI Ruby 1.9.3

{{1.9.3p194 :001 > system('false') ; puts $?
pid 30433 exit 1}}

whereas

{{jruby-1.7.0.RC1 :003 > system('false') ; puts $?
256}}

Most notably the exit code is consistently factor 256 larger than the expected value.

Environment: Linux Ubuntu 12.04 64-bit, Oracle Java 1.7.0_07 64-bit
Project: JRuby
Priority: Major Major
Reporter: Daniel Lehmann
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