41405465 opened a new issue, #796: URL: https://github.com/apache/rocketmq-clients/issues/796
### 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 _No response_ ### Describe the Bug Program terminated with signal 6, Aborted. #0 0x00007fe86a149387 in raise () from TestRocketMQModule-runtime/libs/libc.so.6 Missing separate debuginfos, use: debuginfo-install glibc-2.17-326.0.1.el7_9.x86_64 (gdb) bt #0 0x00007fe86a149387 in raise () from TestRocketMQModule-runtime/libs/libc.so.6 #1 0x00007fe86a14aa78 in abort () from TestRocketMQModule-runtime/libs/libc.so.6 #2 0x00007fe86a18bf67 in __libc_message () from TestRocketMQModule-runtime/libs/libc.so.6 #3 0x00007fe86a194329 in _int_free () from TestRocketMQModule-runtime/libs/libc.so.6 #4 0x00007fe855c8b7fa in __gnu_cxx::new_allocator<std::_List_node<apache::rocketmq::v2::TelemetryCommand> >::deallocate(std::_List_node<apache::rocketmq::v2::TelemetryCommand>*, unsigned long) () from TestRocketMQModule-runtime/libs/librocketmq.so #5 0x00007fe855c8b2c8 in std::allocator_traits<std::allocator<std::_List_node<apache::rocketmq::v2::TelemetryCommand> > >::deallocate(std::allocator<std::_List_node<apache::rocketmq::v2::TelemetryCommand> >&, std::_List_node<apache::rocketmq::v2::TelemetryCommand>*, unsigned long) () from TestRocketMQModule-runtime/libs/librocketmq.so #6 0x00007fe855c8a44e in std::_List_base<apache::rocketmq::v2::TelemetryCommand, std::allocator<apache::rocketmq::v2::TelemetryCommand> >::_M_put_node(std::_List_node<apache::rocketmq::v2::TelemetryCommand>*) () from TestRocketMQModule-runtime/libs/librocketmq.so #7 0x00007fe855c88c71 in std::list<apache::rocketmq::v2::TelemetryCommand, std::allocator<apache::rocketmq::v2::TelemetryCommand> >::_M_erase(std::_List_iterator<apache::rocketmq::v2::TelemetryCommand>) () from TestRocketMQModule-runtime/libs/librocketmq.so #8 0x00007fe855c871fc in std::list<apache::rocketmq::v2::TelemetryCommand, std::allocator<apache::rocketmq::v2::TelemetryCommand> >::pop_front() () from TestRocketMQModule-runtime/libs/librocketmq.so #9 0x00007fe855c82344 in rocketmq::TelemetryBidiReactor::OnWriteDone(bool) () from TestRocketMQModule-runtime/libs/librocketmq.so #10 0x00007fe855decb10 in _ZZN4grpc8internal30ClientCallbackReaderWriterImplIN6apache8rocketmq2v216TelemetryCommandES5_EC4ENS0_4CallEPNS_13ClientContextEPNS_17ClientBidiReactorIS5_S5_EEENKUlbE0_clEb () from TestRocketMQModule-runtime/libs/librocketmq.so #11 0x00007fe855defa82 in _ZNSt17_Function_handlerIFvbEZN4grpc8internal30ClientCallbackReaderWriterImplIN6apache8rocketmq2v216TelemetryCommandES7_EC4ENS2_4CallEPNS1_13ClientContextEPNS1_17ClientBidiReactorIS7_S7_EEEUlbE0_E9_M_invokeERKSt9_Any_dataOb () from TestRocketMQModule-runtime/libs/librocketmq.so #12 0x00007fe855d77ab6 in std::function<void (bool)>::operator()(bool) const () from TestRocketMQModule-runtime/libs/librocketmq.so #13 0x00007fe855d757c9 in void grpc::internal::CatchingCallback<std::function<void (bool)>&, bool&>(std::function<void (bool)>&, bool&) () from TestRocketMQModule-runtime/libs/librocketmq.so #14 0x00007fe855d7349a in grpc::internal::CallbackWithSuccessTag::Run(bool) () from TestRocketMQModule-runtime/libs/librocketmq.so #15 0x00007fe855d733e0 in grpc::internal::CallbackWithSuccessTag::StaticRun(grpc_completion_queue_functor*, int) () from TestRocketMQModule-runtime/libs/librocketmq.so #16 0x00007fe855d56457 in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::operator()(void*) const () from TestRocketMQModule-runtime/libs/librocketmq.so #17 0x00007fe855d56485 in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::_FUN(void*) () from TestRocketMQModule-runtime/libs/librocketmq.so #18 0x00007fe8564d47ed in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENKUlS4_E_clES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #19 0x00007fe8564d481e in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENUlS4_E_4_FUNES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #20 0x00007fe86a4e8ea5 in start_thread () from TestRocketMQModule-runtime/libs/libpthread.so.0 #21 0x00007fe86a211b0d 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 _No response_ -- 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]
