kof02guy commented on issue #1125: URL: https://github.com/apache/incubator-brpc/issues/1125#issuecomment-645712800
> 不依赖的,你这个错误可能是 代码里面ignore了SIGTERM,我之前遇到过同样的问题。 > > > 使用这个依赖libprofile么?我这里也用不了,不过网页上错误如下: > > Fail to execute `perl ./rpc_data/profiling/pprof.pl --dot ./ts ./rpc_data/profiling/180f54b113b35acab63e2f8d1cd0d898/20200617.181201.contention 2>&1 ', No child processes > > 生成的.contention文件大约2MB左右 SIGTERM不是正常的退出SIGNAL么,这个一般都会被截获然后实现优雅退出的逻辑吧,我们也是的。我这边看到生成的contention文件里面有内容,里面还有各个数字以及相应的内存地址,addr2line是可以正常转换为具体的代码行数的,但是不是图,所以没法看 我理解应该是在转换为图的时候出了什么问题 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
