-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …
-
#0 0x0000000000ad8256 in zval_mark_grey (pz=0x20ffab7)
```
at /root/php-5.6.22/Zend/zend_gc.c:420
```
#1 0x0000000000ad82b5 in zval_mark_grey (pz=0x20fe620)
```
at /root/php-5.6.22/Zend/zend_gc.c:…
-
RT.测试如果swoole_server下,ontask传递一个array.会报错
测试server代码:
``` php
zzjin updated
9 years ago
-
更新了 1.7.18 为什么 onReceive回调里面 出发timer和after都不执行,task可以
-
Program terminated with signal 11, Segmentation fault.
#0 swWorker_send2worker (dst_worker=0x7f6045f086d8, buf=0x7fff75b7b470, n=87, flag=3) at /root/swoole/swoole-1.8.2/src/network/Worker.c:536
536…
-
在进行大量请求压力测试后,即使重启server也还是异常退出。必须重启操作系统,才正常
gdb信息如下:
Program terminated with signal 11, Segmentation fault.
#0 0x00007f3f12e6e856 in php_swoole_server_get_callback (serv=0x7f3f0e69f000, req=0x7fff59d…
-
Hello sir,I am very glad to see this awesome package and discuss with you in the last issue,I found that if I run Hydrogen ,it will cause lag.Maybe only in Windows OS.
Is it possible to add the fea…
-
RT.测试如果swoole_server下,ontask传递一个string.ontask可移执行,但是return之后会报错,导致task进程退出
类似#417
测试server代码:
``` php
zzjin updated
9 years ago
-
通过ps查看,发现有一部分worker不再处理请求。使用strace -p查看
```
strace -p 25886
Process 25886 attached
restart_syscall(
```
一直卡在这。使用pstack 25886:
``` shell
#0 0x00007f60e0bcac20 in __poll_nocancel () from /lib64/libc…
-
```
What steps will reproduce the problem?
1.Checking out the code from SVN
2.configuring to gcc on centos 5.6 x64
3.make
What is the expected output? What do you see instead?
compiling the code was …