今天在做导入excel时服务器报502错误,看uwsgi日志显示uWSGI process 7388 got Segmentation Fault,错误详情如下:!!! uWSGI process 7388 got Segmentation Fault !!! *** backtrace of 7388 *** /usr/local/python3/bin/uwsgi(uwsgi_backt...
#!/bin/sh NAME="uwsgi" if [ ! -n "$NAME" ];then echo "no arguments" exit; fi echo $NAME ID=`ps -ef | grep "$NAME" |grep $USER | grep -v "$0&quo...