GOGOYAO opened a new issue #1129: URL: https://github.com/apache/incubator-brpc/issues/1129
**Describe the bug (描述bug)** 进程未挂,但是health接口已经不能返回ok。 pstack发现TaskGroup相关的栈,全部都在__lll_lock_wait函数上。 使用gdb + gdb_bthread_stack.py答应发现有1200+的bthread。 使用bthread_list,全部阻塞在PeriodicTaskThread,而且has stack都是no  1. 为什么这里has stack都是no呢? 2. 都在PeriodicTaskThread这个函数代表啥? **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: centos 7 Compiler: gcc8 brpc: 0.9.0 protobuf: 3.11 **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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
