happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
898 stars 531 forks source link

按要求配置好文件和复制http.conf,mime.types之后,nginx的worker依然启动失败 #34

Closed CyChan811 closed 4 years ago

CyChan811 commented 4 years ago

按要求配置好文件之后,启动nginx的时候会多一个nobody启动的master,而且进程号一直在变,然后error.log里面的worker一直显示[alert] 9509#0: worker process 9584 exited on signal 11 (core dumped),请问是什么原因?怎么解决?(fastDFS版本6.06,nginx版本1.16.1,fastdfs-nginx-module版本1.22)