I’m using the Symfony2 Process component to manually manage a pool of processes. In the example below I restart 2 simple processes every 2 seconds and monitor what happens. The application breaks after restarting these processes a few hundred times. Execution is stopped and I get the following PHP warning: and then the following exception is thrown by the Symfony