Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9-beta-4, 1.8.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Performing a lot of system calls causes Groovy to die on Linux with an IOException for "Too many open files". The cause is streams which are left open by system calls:
(1..n).each
{ "ls".execute().text }This method should be changed to close all streams after it gets the text from them.
Issue Links
- is superceded by
-
GROOVY-5058
Improved process execution
-