когда я запускаю php artisan queue:listen
, в терминале сервера Ubuntu выдается следующая ошибка:
Symfony \ Component \ Process \ Exception \ ProcessSignaledException: процесс был сигнализирован с помощью сигнала "6 ".
в /projectpath/vendor/symfony/process/Process.php:393 389 |USleep (1000);390 |} 391 |392 |if ($ this-> processInformation ['signaled'] && $ this-> processInformation ['termig']! == $ this-> latestSignal) {393 |бросить новое ProcessSignaledException ($ this);394 |} 395 |396 |вернуть $ this-> код выхода;397 |}
Трассировка исключений:
1 Symfony \ Component \ Process \ Process :: wait () / путь к проекту / vendor / symfony / process / Process.php: 202
2 Symfony \ Component \ Process \ Process :: run (Object (Closure)) / / путь к проекту / vendor / laravel / framework / src / Illuminate / Queue / Listener.php: 193
Пожалуйста, используйте аргумент -v, чтобы увидеть больше деталей.