ifplusor commented on issue #293: URL: https://github.com/apache/rocketmq-client-cpp/issues/293#issuecomment-763546044
@zhouxinyu 调用下面这个命令看一下线程栈,PID是你的进程号 ```bash gdb -ex "thread apply all bt" -batch -p $PID ``` ---------------------------------------------------------------- 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]
