You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I specify 97958 or more as the second str_repeat() argument, I get the following exception. The same happens if a sufficiently large array is used instead of the string. Here's what happens: $status['status'] (Pool.php:322) instead of 0 is 127. Below is a dump of this variable. I couldn't find anything about it on Google. Why might this be happening? Thank you!
Fatal error: Uncaught Spatie\Async\Output\ParallelError in /var/www/vendor/spatie/async/src/Output/ParallelError.php:11
Stack trace:
#0 /var/www/vendor/spatie/async/src/Process/ParallelProcess.php(126): Spatie\Async\Output\ParallelError::fromException('') #1 /var/www/vendor/spatie/async/src/Process/ProcessCallbacks.php(54): Spatie\Async\Process\ParallelProcess->resolveErrorOutput() #2 /var/www/vendor/spatie/async/src/Pool.php(232): Spatie\Async\Process\ParallelProcess->triggerError() #3 /var/www/vendor/spatie/async/src/Pool.php(330): Spatie\Async\Pool->markAsFailed(Object(Spatie\Async\Process\ParallelProcess)) #4 /var/www/vendor/spatie/async/src/Pool.php(154): Spatie\Async\Pool->Spatie\Async{closure}(17, Array) #5 /var/www/src/main.php(20): Spatie\Async\Pool->wait() #6 {main}
thrown in /var/www/vendor/spatie/async/src/Output/ParallelError.php on line 11
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hello. I'll start with a simplified example:
If I specify 97958 or more as the second str_repeat() argument, I get the following exception. The same happens if a sufficiently large array is used instead of the string. Here's what happens: $status['status'] (Pool.php:322) instead of 0 is 127. Below is a dump of this variable. I couldn't find anything about it on Google. Why might this be happening? Thank you!
The text was updated successfully, but these errors were encountered: