wwbmmm commented on issue #3104:
URL: https://github.com/apache/brpc/issues/3104#issuecomment-3399865814

   
   > 
其他线程在276行等待,第一个线程应该执行259~272行的内容。第一个线程执行266行后,其他等待的线程也就可以返回了。但是现在不知道第一个线程是什么原因卡住了,导致没有初始化完instance。
   
   能看到第一个线程的堆栈吗?如果bt命令看不了可以尝试通过寄存器来查看,例如x86_64下可以使用 x/64gx $rsp 从栈顶看 64个 8 字节项


-- 
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]

Reply via email to