Closed
Description
Fatal error: String size overflow in .../vendor/symfony/symfony/src/Symfony/Component/Process/Pipes/UnixPipes.php on line 151
Symfony\Component\Process\Process->start()
Symfony\Component\Process\Process->updateStatus()
Symfony\Component\Process\Process->readPipes()
Symfony\Component\Process\Pipes\UnixPipes->readAndWrite()
I set the Process
Input to a resource
(returned by fopen
) which exceeds the maximum string size. I tried the same without Process
(fread
) which did not result in the fatal error. It seems, the whole content of the resource is getting stored somewhere.