jvfan commented on issue #1470: URL: https://github.com/apache/incubator-brpc/issues/1470#issuecomment-876985533
> 有可能是因为这个: [gperftools/gperftools#1066](https://github.com/gperftools/gperftools/issues/1066) ,尝试静态连接perftools看看(最简单的办法就是将目录里的.so移动到其他地方,只保留同名的.a文件) > > clean的时候brpc和example都需要clean 我尝试了一点,给示例 echo_c++ 的 CMakeLists.txt 加上了 tcmalloc 依赖后就不会段错误了,请问这是为什么?  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
