CaesarTang

Results 2 issues of CaesarTang

Hi: 最近在试用Profiling 功能发现这个问题: 已经按照GitHub中的说明:https://github.com/baidu/sofa-pbrpc/wiki/Profiling%E5%8A%9F%E8%83%BD 进行的编译,可以在Http中CPU profiling时,可以生成prof文件(服务有压力的),但是浏览器中没有dot图(把code中的宏SOFA_PBRPC_PROFILING_SAMPLE_TIME改为100问题依然),查看服务端生成的prof文件,只有8908大小,无Node信息,请问这个是什么原因,如何解决哈? ![image](https://user-images.githubusercontent.com/10335984/32823397-0e621a04-ca18-11e7-86c4-d16ae13c3e7e.png) ![image](https://user-images.githubusercontent.com/10335984/32823425-216d7a9e-ca18-11e7-8db9-59031bfc0e6d.png)

Hi,升级c++11以后,编译没问题,但是运行初始化client的时候会挂。 gdb如下: Program terminated with signal 11, Segmentation fault. #0 signal_and_unlockboost::asio::detail::scoped_lock (this=0xd2ae4c80, lock=...) at thirdparty/boost/asio/detail/posix_event.hpp:60 60 signalled_ = true; Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.166.el6_7.3.x86_64 zlib-1.2.3-29.el6.x86_64 core文件bt如下: #0 signal_and_unlockboost::asio::detail::scoped_lock (this=0xd2ae4c80,...