Can confirm having it on 9 too. So far.
Mar 6, 2023
2
Level 1
Laravel 10 testing after upgrade The process has been signaled with signal "11"
Hello everybody. For your context I upgraded a laravel project to 10 from 9 using shift. Very fast, and review all changes and it is well for me. But when I try to run the test it dont' work. Show the following message:
The process has been signaled with signal "11".
vendor/symfony/process/Process.php:434
430▕ usleep(1000);
431▕ }
432▕
433▕ if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
➜ 434▕ throw new ProcessSignaledException($this);
435▕ }
436▕
437▕ return $this->exitcode;
438▕ }
+15 vendor frames
16 artisan:37
I'm using docker, the API works well, I not have idea of this situation.
Please or to participate in this conversation.