MARiA so cute
MARiA so cute
Have you ever executed `git checkout 4.8.x` to switch branches before compiling swoole?
https://github.com/swoole/swoole-src/issues/308
尝试能不能通过下面的方法找一下问题 https://wiki.swoole.com/#/other/issue?id=关于段错误核心转储
需要看一下代码,有可能是因为死锁的缘故
> > 需要看一下代码,有可能是因为死锁的缘故 > > 所有的自定义进程都能正常工作,reactor 线程出的问题。跟我代码没关系吧? 有可能是因为线程池全部陷入锁冲突,导致worker进程没法投递任务。
https://github.com/swoole/swoole-src/pull/4830
@wilbur-yu Can you provide a simple script for reproducing the error?
Do you use coroutine?
The compatibility between soap and swoole in terms of coroutine has always been poor, probably due to some issues with a global variable. I need to take a look