From: Sean O'Dell Date: 2002-06-10T01:38:31+09:00 Subject: Re: Possible memory bug in Ruby? I'm stumped! Park Heesob wrote: > "Kurt Euler" wrote in message > news:C47CCC6238EFD4119C5200508B95A100074AF63B@cup1ex1.portal.com... >> t7.rb:6:in 'initialize': Invalid argument - > > These error messages caused by too many open files. This is exactly the sort of problem that GC causes. Those files should completely destroyed each time they go out of scope during the iteration. Sean