1

I am working on a script API with Laravel 5.7. When I try and run a command on the API, I get the following segfault

segfault at 7ffc466e9ee8 ip 00007f2adb4144ed sp 00007ffc466e9ef0 error 6 in mbstring.so[7f2adb3a7000+176000]

The error I am getting from Laravel is:

[2019-01-25 23:19:32][3] Processing: App\Jobs\ProcessVideo

Symfony\Component\Process\Exception\ProcessSignaledException : The process has been signaled with signal "11".

at /var/www/api/vendor/symfony/process/Process.php:426 422| usleep(1000); 423| } 424| 425| if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {

426| throw new ProcessSignaledException($this); 427| } 428| 429| return $this->exitcode; 430| }

Exception trace:

1 Symfony\Component\Process\Process::wait() /var/www/api/vendor/symfony/process/Process.php:235

2 Symfony\Component\Process\Process::run(Object(Closure)) /var/www/api/vendor/laravel/framework/src/Illuminate/Queue/Listener.php:175

Any thoughts - I'm running out of sight on the problem

0 Answers0