若重新启动ratel,需确定是否还存在僵死进程

执行命令:ps -ef|grep ratel

若存在如上图所示,则执行以下命令:

ps aux|grep ratel_s_main.py|grep -v grep|awk '{print $2}'| xargs kill -9

再次执行ps -ef|grep ratel命令无ratel进程即可正常启动ratel

猜你喜欢

转载自blog.csdn.net/qq_16162763/article/details/81158176