An Interrupt wipes out END {} blocks
------------------------------------

                 Key: JRUBY-2209
                 URL: http://jira.codehaus.org/browse/JRUBY-2209
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1RC2
            Reporter: Thomas E Enebo
            Assignee: Thomas E Enebo


Start this up an then interrupt:

{noformat}
END {
  puts "HEH"
}

gets
{noformat}

END blocks are not getting executed.  This is why -rprofile does not print a 
summary when killed prematurely.

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