mrhhsg opened a new issue, #10763: URL: https://github.com/apache/doris/issues/10763
### 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 master-f21ce35 ### What's Wrong? Be(release) will core while executing sql like this: ```sql select max(s_suppkey) from supplier; ``` ``` 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk/mrhhsg/doris/be/src/common/signal_handler.h:407 1# 0x00007FD1A54B2400 in /lib64/libc.so.6 2# opentelemetry::v1::context::RuntimeContext::GetCurrent() at /mnt/disk/mrhhsg/doris/thirdparty/installed/include/opentelemetry/context/runtime_context.h:85 3# opentelemetry::v1::trace::Tracer::GetCurrentSpan() at /mnt/disk/mrhhsg/doris/thirdparty/installed/include/opentelemetry/trace/tracer.h:156 4# doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&, std::function<void (doris::PlanFragmentExecutor*)>) at /mnt/disk/mrhhsg/doris/be/src/runtime/fragment_mgr.cpp:593 5# doris::FragmentMgr::exec_plan_fragment(doris::TExecPlanFragmentParams const&) at /mnt/disk/mrhhsg/doris/be/src/runtime/fragment_mgr.cpp:549 6# doris::PInternalServiceImpl::_exec_plan_fragment(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, doris::PFragmentRequestVersion, bool) at /mnt/disk/mrhhsg/doris/be/src/service/internal_service.cpp:365 7# doris::PInternalServiceImpl::exec_plan_fragment(google::protobuf::RpcController*, doris::PExecPlanFragmentRequest const*, doris::PExecPlanFragmentResult*, google::protobuf::Closure*) at /mnt/disk/mrhhsg/doris/be/src/service/internal_service.cpp:185 8# brpc::policy::ProcessHttpRequest(brpc::InputMessageBase*) at /mnt/disk/mrhhsg/doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/policy/http_rpc_protocol.cpp:1499 9# brpc::ProcessInputMessage(void*) at /mnt/disk/mrhhsg/doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/input_messenger.cpp:137 10# brpc::InputMessenger::OnNewMessages(brpc::Socket*) at /mnt/disk/mrhhsg/doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/input_messenger.cpp:335 11# brpc::Socket::ProcessEvent(void*) at /mnt/disk/mrhhsg/doris/thirdparty/src/incubator-brpc-1.0.0/src/brpc/socket.cpp:1020 12# bthread::TaskGroup::task_runner(long) at /mnt/disk/mrhhsg/doris/thirdparty/src/incubator-brpc-1.0.0/src/bthread/task_group.cpp:301 13# bthread_make_fcontext in /mnt/disk/mrhhsg/doris/be/output/lib/doris_be ``` ### What You Expected? sql executed successfully ### 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org