pcntl_signal(): Error assigning signal

错误原因:SIGSTOP(19)和SIGKILL(6)两个信号不能使用,进程间通信换成其他信号量就好了。

原文地址:https://www.cnblogs.com/wurijie/p/5124313.html