41405465 opened a new issue, #791: URL: https://github.com/apache/rocketmq-clients/issues/791
### 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 6, Aborted. #0 0x00007f2ead4fa387 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 0x00007f2ead4fa387 in raise () from TestRocketMQModule-runtime/libs/libc.so.6 #1 0x00007f2ead4fba78 in abort () from TestRocketMQModule-runtime/libs/libc.so.6 #2 0x00007f2ead53cf67 in __libc_message () from TestRocketMQModule-runtime/libs/libc.so.6 #3 0x00007f2ead545329 in _int_free () from TestRocketMQModule-runtime/libs/libc.so.6 #4 0x00007f2e9927963f in google::protobuf::internal::RepeatedPtrFieldBase::DestroyProtos() () from TestRocketMQModule-runtime/libs/librocketmq.so #5 0x00007f2e9917907c in google::protobuf::RepeatedPtrField<google::protobuf::Duration>::~RepeatedPtrField() () from TestRocketMQModule-runtime/libs/librocketmq.so #6 0x00007f2e99169885 in apache::rocketmq::v2::CustomizedBackoff::~CustomizedBackoff() () from TestRocketMQModule-runtime/libs/librocketmq.so #7 0x00007f2e991698c6 in apache::rocketmq::v2::CustomizedBackoff::~CustomizedBackoff() () from TestRocketMQModule-runtime/libs/librocketmq.so #8 0x00007f2e99168470 in apache::rocketmq::v2::RetryPolicy::clear_strategy() () from TestRocketMQModule-runtime/libs/librocketmq.so #9 0x00007f2e99177870 in apache::rocketmq::v2::RetryPolicy::SharedDtor() () from TestRocketMQModule-runtime/libs/librocketmq.so #10 0x00007f2e99168354 in apache::rocketmq::v2::RetryPolicy::~RetryPolicy() () from TestRocketMQModule-runtime/libs/librocketmq.so #11 0x00007f2e99168398 in apache::rocketmq::v2::RetryPolicy::~RetryPolicy() () from TestRocketMQModule-runtime/libs/librocketmq.so #12 0x00007f2e9919f884 in apache::rocketmq::v2::Settings::SharedDtor() () from TestRocketMQModule-runtime/libs/librocketmq.so #13 0x00007f2e99194c56 in apache::rocketmq::v2::Settings::~Settings() () from TestRocketMQModule-runtime/libs/librocketmq.so #14 0x00007f2e99050bc6 in rocketmq::TelemetryBidiReactor::OnReadDone(bool) () from TestRocketMQModule-runtime/libs/librocketmq.so #15 0x00007f2e991bab64 in _ZZN4grpc8internal30ClientCallbackReaderWriterImplIN6apache8rocketmq2v216TelemetryCommandES5_EC4ENS0_4CallEPNS_13ClientContextEPNS_17ClientBidiReactorIS5_S5_EEENKUlbE1_clEb () from TestRocketMQModule-runtime/libs/librocketmq.so #16 0x00007f2e991bdbd0 in _ZNSt17_Function_handlerIFvbEZN4grpc8internal30ClientCallbackReaderWriterImplIN6apache8rocketmq2v216TelemetryCommandES7_EC4ENS2_4CallEPNS1_13ClientContextEPNS1_17ClientBidiReactorIS7_S7_EEEUlbE1_E9_M_invokeERKSt9_Any_dataOb () from TestRocketMQModule-runtime/libs/librocketmq.so #17 0x00007f2e99145ab6 in std::function<void (bool)>::operator()(bool) const () from TestRocketMQModule-runtime/libs/librocketmq.so #18 0x00007f2e991437c9 in void grpc::internal::CatchingCallback<std::function<void (bool)>&, bool&>(std::function<void (bool)>&, bool&) () from TestRocketMQModule-runtime/libs/librocketmq.so #19 0x00007f2e9914149a in grpc::internal::CallbackWithSuccessTag::Run(bool) () from TestRocketMQModule-runtime/libs/librocketmq.so #20 0x00007f2e991413e0 in grpc::internal::CallbackWithSuccessTag::StaticRun(grpc_completion_queue_functor*, int) () from TestRocketMQModule-runtime/libs/librocketmq.so #21 0x00007f2e99124457 in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::operator()(void*) cons---Type <return> to continue, or q <return> to quit--- t () from TestRocketMQModule-runtime/libs/librocketmq.so #22 0x00007f2e99124485 in grpc::(anonymous namespace)::CallbackAlternativeCQ::Ref()::{lambda(void*)#1}::_FUN(void*) () from TestRocketMQModule-runtime/libs/librocketmq.so #23 0x00007f2e998a27ed in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENKUlS4_E_clES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #24 0x00007f2e998a281e in _ZZN9grpc_core12_GLOBAL__N_120ThreadInternalsPosixC4EPKcPFvPvES4_PbRKNS_6Thread7OptionsEENUlS4_E_4_FUNES4_ () from TestRocketMQModule-runtime/libs/librocketmq.so #25 0x00007f2ead899ea5 in start_thread () from TestRocketMQModule-runtime/libs/libpthread.so.0 #26 0x00007f2ead5c2b0d in clone () from TestRocketMQModule-runtime/libs/libc.so.6 ### Steps to Reproduce 5.x版本cpp客户端,运行producer和push_consumer,持续运行 ### 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]
