当我运行php artisan queue:listen
时,在ubuntu服务器的终端中出现以下错误:
Symfony \ Component \ Process \ Exception \ ProcessSignaledException:该进程已通过信号“ 6”发出信号。
在/projectpath/vendor/symfony/process/Process.php:393 389 | usleep(1000); 390 | } 391 | 392 |如果($ this-> processInformation ['signaled'] && $ this-> processInformation ['termsig']!== $ this-> latestSignal){ 393 |抛出新的ProcessSignaledException($ this); 394 | } 395 | 396 |返回$ this-> exitcode; 397 | }
异常跟踪:
1个Symfony \ Component \ Process \ Process :: wait() / project path / vendor / symfony / process / Process.php:202
2 Symfony \ Component \ Process \ Process :: run(Object(Closure)) / /项目路径/供应商/laravel/framework/src/Illuminate/Queue/Listener.php:193
请使用参数-v查看更多详细信息。