History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1043
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: jason
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Too many open files

Created: 03/Apr/07 02:24 AM   Updated: 04/Apr/07 05:11 AM
Component/s: None
Affects Version/s: 1.2.21
Fix Version/s: 1.2.22


 Description  « Hide
Unable to collect file '/opt/local/pulse/pulse_data/data/work/Clover/default/build/clover-ant/projects/checkstyle/clover/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheckTest_testMissingSwitchDefault.html' for artifact 'clover-checksyle': java.io.IOException: Too many open files

 All   Comments   Change History      Sort Order:
Daniel Ostermeier - 03/Apr/07 02:25 AM
FileSystemUtils.java:639

jason - 04/Apr/07 05:11 AM
The problem is actually cleaning up after Process's. Waiting for the process to exit is not good enough, you need to call destroy(). Unfortunately, the JavaDoc makes no mention of this. Fixed in change 3194.