Array#hash with recursive array crashes JRuby
---------------------------------------------

                 Key: JRUBY-2878
                 URL: http://jira.codehaus.org/browse/JRUBY-2878
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1.3
         Environment: Latest JRuby 1.1.3
            Reporter: Vladimir Sizikov


{noformat}
jruby -e "a = []; a << a; a.hash"
Error: Your application used more stack memory than the safety cap of 1024k.
Specify -J-Xss####k to increase it (#### = cap size in KB).
Specify -w for full StackOverflowError stack trace
{noformat}


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