Tempfile fails to clean up because of lack of finalizer support
---------------------------------------------------------------
Key: JRUBY-1527
URL: http://jira.codehaus.org/browse/JRUBY-1527
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.0.1
Environment: Java : version "1.6.0_02"
OS : Linux(FedoraCore 6)
Reporter: Yoshitake Hamano
After this test has finished, Some Tempfile is remained in /tmp.
{code}
0.upto(99) do
Tempfile.new("test_tempfile")
end
{code}
see JRUBY-282
--
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