41405465 opened a new issue, #794: URL: https://github.com/apache/rocketmq-clients/issues/794
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client C++ ### Runtime Platform Environment Red Hat Enterprise Linux Server release 7.9 (Maipo) ### RocketMQ Version of the Client/Server 客户端:2024.07.05拉取master分支代码 服务端:rocketmq 5.1.4 ### Run or Compiler Version Red Hat Enterprise Linux Server release 7.9 (Maipo) ### Describe the Bug Program terminated with signal 11, Segmentation fault. #0 0x00007f791cb05fb2 in grpc_core::CallCombiner::Stop(char const*, int, char const*) () from TestRocketMQModule-runtime/libs/librocketmq.so Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.0.1.el7_9.x86_64 (gdb) bt #0 0x00007f791cb05fb2 in grpc_core::CallCombiner::Stop(char const*, int, char const*) () from TestRocketMQModule-runtime/libs/librocketmq.so #1 0x00007f791cb9c72c in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::{lambda(void*, g rpc_error*)#3}::operator()(void*, grpc_error*) const () from TestRocketMQModule-runtime/libs/librocketmq.so #2 0x00007f791cb9c767 in grpc_core::FilterStackCall::StartBatch(grpc_op const*, unsigned long, void*, bool)::{lambda(void*, g rpc_error*)#3}::_FUN(void*, grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #3 0x00007f791ca12b32 in grpc_core::Closure::Run(grpc_core::DebugLocation const&, grpc_closure*, grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #4 0x00007f791ccfebf4 in recv_message_ready(void*, grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #5 0x00007f791ca12b32 in grpc_core::Closure::Run(grpc_core::DebugLocation const&, grpc_closure*, grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #6 0x00007f791ccfc013 in grpc_core::(anonymous namespace)::CallData::ContinueRecvMessageReadyCallback(grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #7 0x00007f791ccfbae9 in grpc_core::(anonymous namespace)::CallData::OnRecvMessageReady(void*, grpc_error*) () from TestRocketMQModule-runtime/libs/librocketmq.so #8 0x00007f791cb0b147 in exec_ctx_run(grpc_closure*) () from TestRocketMQModule-runtime/libs/librocketmq.so #9 0x00007f791cb0b244 in grpc_core::ExecCtx::Flush() () from TestRocketMQModule-runtime/libs/librocketmq.so #10 0x00007f791cdb45f6 in end_worker(grpc_pollset*, grpc_pollset_worker*, grpc_pollset_worker**) () from TestRocketMQModule-runtime/libs/librocketmq.so #11 0x00007f791cdb4910 in pollset_work () from TestRocketMQModule-runtime/libs/librocketmq.so #12 0x00007f791cb0aa09 in pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) () from TestRocketMQModule-runtime/libs/librocketmq.so #13 0x00007f791cb0d784 in grpc_pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) () from TestRocketMQModule-runtime/libs/librocketmq.so #14 0x00007f791cbad1f1 in cq_next(grpc_completion_queue*, gpr_timespec, void*) () from TestRocketMQModule-runtime/libs/librocketmq.so #15 0x00007f791cbad739 in grpc_completion_queue_next () from TestRocketMQModule-runtime/libs/librocketmq.so #16 0x00007f791c71038b in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::operator()(void*) cons t () from TestRocketMQModule-runtime/libs/librocketmq.so #17 0x00007f791c710485 in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::_FUN(void*) () from TestRocketMQModule-runtime/libs/librocketmq.so #18 0x00007f791ce8e7ed in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENKUlS4_E_cl ES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #19 0x00007f791ce8e81e in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENUlS4_E_4_F UNES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #20 0x00007f7928ddfea5 in start_thread () from TestRocketMQModule-runtime/libs/libpthread.so.0 #21 0x00007f7928b08b0d in clone () from TestRocketMQModule-runtime/libs/libc.so.6 ### Steps to Reproduce 1 ### What Did You Expect to See? 1 ### What Did You See Instead? 1 ### Additional Context 1 -- 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]
