jruby doesn't set $! on systemstackerror
----------------------------------------

                 Key: JRUBY-4281
                 URL: http://jira.codehaus.org/browse/JRUBY-4281
             Project: JRuby
          Issue Type: Bug
            Reporter: Roger Pack
            Assignee: Thomas E Enebo
            Priority: Minor


jruby appears to not set $! for at_exit handlers' use, ex:


$ jgem install backtracer


require 'rubygems'
require 'backtracer'
def a
 a
end
a

running this yields different results MRI versus Jruby [backtracer doesn't fire 
in jruby].
Thanks.
-r

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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