In-process "ruby" launching leaks memory
----------------------------------------

                 Key: JRUBY-2990
                 URL: http://jira.codehaus.org/browse/JRUBY-2990
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo
            Priority: Blocker
             Fix For: JRuby 1.1.5


I discovered this running Rubinius's kernel build, which calls out to ruby to 
compile everything. Memory grows without bounds when, for example, you run the 
following script:

{noformat}
jruby -e "while true; system 'ruby -rirb -rwebrick -rnet/http -rrexml/document 
-e 1'; end"
{noformat}

It seems like the in-process JRuby instances are not getting cleaned up 
appropriately. Blocker for 1.1.5.

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