首页
下载
文档
社区
视频
捐赠
源代码
赞助商
AOT 编译器
AI 助理
商业产品
PHP AOT 原生编译器
Swoole-Compiler 代码加密器
CRMEB 新零售社交电商系统
登录
注册
全部
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
发表新帖
编译swoole启用--enable-tcmalloc, php运行报错Attempt to free invalid pointer
环境: - ubuntu 15.10 64bit - php 7.0.6 - swoole-1.8.5-stable 测试: php -i|grep swoole src/tcmalloc.cc:278] Attempt to free invalid pointer 0x187ced0 php -r "echo 'hello';" src/tcmalloc.cc:278] Attempt to free invalid pointer 0x19e5f00 Aborted (core dumped)
发布于9年前 · 0 次浏览 · 来自
提问
a
asfeaxxx
环境: - ubuntu 15.10 64bit - php 7.0.6 - swoole-1.8.5-stable 测试: php -i|grep swoole src/tcmalloc.cc:278] Attempt to free invalid pointer 0x187ced0 php -r "echo 'hello';" src/tcmalloc.cc:278] Attempt to free invalid pointer 0x19e5f00 Aborted (core dumped)
赞
0
收藏
提问
分享
讨论
建议
公告
开发框架
CodeGalaxy
登录
后参与评论
评论
2017-10-15
浮
浮生如梦
tcmalloc的strdup字符串不能执行free,请升级至`1.8.6`版本,已对tcmalloc做了兼容处理。
赞
0
回复