yinzhijian opened a new issue, #10118: URL: https://github.com/apache/incubator-doris/issues/10118
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version dc4761593b009261fbe6fa475fb60db935485ba4 ### What's Wrong? ``` c++ start time: Tue Jun 14 10:37:17 CST 2022 *** Aborted at 1655185600 (unix time) try "date -d @1655185600" if you are using GNU date *** *** SIGSEGV address not mapped to object (@0x28) received by PID 62709 (TID 0x7fa10dabb700) from PID 40; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/doris-release/be/src/common/signal_handler.h:407 1# 0x00007FA1D9C2B920 in /lib64/libc.so.6 2# long doris::ThreadMemTrackerMgr::update_tracker<false>(std::shared_ptr<doris::MemTracker> const&) [clone .isra.0] at /root/doris-release/be/src/runtime/thread_mem_tracker_mgr.h:212 3# doris::ThreadMemTrackerMgr::attach_task(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, doris::TUniqueId const&, std::shared_ptr<doris::MemTracker> const&) at /root/doris-release/be/src/runtime/thread_mem_tracker_mgr.cpp:46 4# doris::PInternalServiceImpl::_transmit_block(google::protobuf::RpcController*, doris::PTransmitDataParams const*, doris::PTransmitDataResult*, google::protobuf::Closure*, doris::Status const&) at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr.h:122 5# doris::PInternalServiceImpl::transmit_block(google::protobuf::RpcController*, doris::PTransmitDataParams const*, doris::PTransmitDataResult*, google::protobuf::Closure*) at /root/doris-release/be/src/service/internal_service.cpp:615 6# brpc::policy::ProcessRpcRequest(brpc::InputMessageBase*) at /var/local/incubator-doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/policy/baidu_rpc_protocol.cpp:511 7# brpc::ProcessInputMessage(void*) at /var/local/incubator-doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/input_messenger.cpp:137 8# brpc::InputMessenger::OnNewMessages(brpc::Socket*) at /var/local/incubator-doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/input_messenger.cpp:335 9# brpc::Socket::ProcessEvent(void*) at /var/local/incubator-doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/socket.cpp:1020 10# bthread::TaskGroup::task_runner(long) at /var/local/incubator-doris/thirdparty/src/incubator-brpc-1.0.0/src/bthread/task_group.cpp:301 11# bthread_make_fcontext in /home/palo-qa/perf_test/9139/PALO-BE/be/lib/palo_be ``` ### What You Expected? no more coredump ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
