lincepro

Results 3 comments of lincepro

> 你是用的那个版本的 `swoole_postresql`? 昨天下载的最新版 master分支

![image](https://user-images.githubusercontent.com/7641915/181473818-0195df9e-3676-4b84-bc7c-2fc6d4dafda6.png) 用valgrind 之后段错误消失了 [leak.log.tar.gz](https://github.com/swoole/ext-postgresql/files/9207809/leak.log.tar.gz) > 我这边没有复现,你装一下 valgrind 吧 然后用这个命令测试,把日志文件附件发上来 `USE_ZEND_ALLOC=0 valgrind --leak-check=full --log-file=leak.log php test.php`

> USE_ZEND_ALLOC=0 valgrind --leak-check=full --log-file=leak.log php test.php ![image](https://user-images.githubusercontent.com/7641915/181476794-bb031574-fe4f-4eb0-8d05-5faf9a6766e3.png) 升级到最新的8.1.8了