Problem: I am using subprocess to call another program and save its return values to a variable. This process is repeated in a loop, and after a few thousands times the program crashed with the following error: Traceback (most recent call last): File ". ... /python3.2/subprocess.py", line 1166, in _execute_child errpipe_read, errpipe_write = _create_pipe() OSError: [Errno 24] Too many open files
asked
Feb 23
Mashhoodch
9.9k points