Trap not returning a proc as the previous handler
-------------------------------------------------

                 Key: JRUBY-1502
                 URL: http://jira.codehaus.org/browse/JRUBY-1502
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.2, JRuby 1.1b1
            Reporter: Nick Sieger
            Assignee: Nick Sieger
             Fix For: JRuby 1.0.3, JRuby 1.1


Our favorite method #trap still doesn't behave quite right. It should return a 
proc as the previous handler, so that  trap(sig,  prev) will work for restoring 
the old one.

ActiveRecord currently traps TERM in a transaction to protect against that 
signal during an open transaction -- we won't obey this properly until this is 
fixed.

-- 
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