DavidLiuXh opened a new issue #1594:
URL: https://github.com/apache/incubator-brpc/issues/1594
**Describe the bug (描述bug)**
1. 服务里使用brpc client 连接到了其他的brpc服务;
2. brpc针对这条连接会作周期性的HealthCheck, 使用HealthCheckTask实现;
3. 服务进程退出时,有一定的概率出现下面的core dump:

4. 看起来像是HealCehckTask还有运行,但是glog相关的静态变量由于进程退出已经不存在了。
**To Reproduce (复现方法)**
**Expected behavior (期望行为)**
**Versions (各种版本)**
OS: CentOs 7
Compiler:
brpc: 最新版
protobuf:
**Additional context/screenshots (更多上下文/截图)**
--
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]