ScalaFirst opened a new issue, #54935: URL: https://github.com/apache/doris/issues/54935
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.7 ### What's Wrong? doris be shutdown sometime, and it is happened more and more frequent at recent time. error stack: *** Query id: 0-0 *** *** Aborted at 1755479192 (unix time) try "date -d @1755479192" if you are using GNU date *** *** Current BE git commitID: Unknown *** *** SIGSEGV address not mapped to object (@0x100000000) received by PID 2342621 (TID 0x7f21fc7da700) from PID 0; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/doris/be/src/common/signal_handler.h:420 1# os::Linux::chained_handler(int, siginfo*, void*) in /usr/local/java/jre/lib/amd64/server/libjvm.so 2# JVM_handle_linux_signal in /usr/local/java/jre/lib/amd64/server/libjvm.so 3# signalHandler(int, siginfo*, void*) in /usr/local/java/jre/lib/amd64/server/libjvm.so 4# 0x00007F350547D630 in /lib64/libc.so.6 5# void google::protobuf::internal::RepeatedPtrFieldBase::Destroy<google::protobuf::RepeatedPtrField<doris::segment_v2::ColumnIndexMetaPB>::TypeHandler>() at /var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:1662 6# std::_Rb_tree<int, std::pair<int const, std::unique_ptr<doris::segment_v2::ColumnReader, std::default_delete<doris::segment_v2::ColumnReader> > >, std::_Select1st<std::pair<int const, std::unique_ptr<doris::segment_v2::ColumnReader, std::default_delete<doris::segment_v2::ColumnReader> > > >, std::less<int>, std::allocator<std::pair<int const, std::unique_ptr<doris::segment_v2::ColumnReader, std::default_delete<doris::segment_v2::ColumnReader> > > > >::_M_erase(std::_Rb_tree_node<std::pair<int const, std::unique_ptr<doris::segment_v2::ColumnReader, std::default_delete<doris::segment_v2::ColumnReader> > > >*) [clone .isra.0] at /var/local/ldb-toolchain/include/c++/11/bits/stl_tree.h:1887 7# doris::segment_v2::Segment::~Segment() at /root/doris/be/src/olap/rowset/segment_v2/segment.cpp:86 8# std::_Sp_counted_ptr<doris::segment_v2::Segment*, (__gnu_cxx::_Lock_policy)2>::_M_dispose() at /var/local/ldb-toolchain/include/c++/11/bits/shared_ptr_base.h:348 9# doris::SegmentLoader::_insert(doris::SegmentLoader::CacheKey const&, doris::SegmentLoader::CacheValue&, doris::SegmentCacheHandle*)::{lambda(doris::CacheKey const&, void*)#1}::_FUN(doris::CacheKey const&, void*) at /root/doris/be/src/olap/segment_loader.cpp:54 10# doris::LRUHandle::free() at /root/doris/be/src/olap/lru_cache.h:263 11# doris::LRUCache::prune_if(std::function<bool (void const*)>, bool) at /root/doris/be/src/olap/lru_cache.cpp:427 12# doris::ShardedLRUCache::prune_if(std::function<bool (void const*)>, bool) at /root/doris/be/src/olap/lru_cache.cpp:530 13# doris::SegmentLoader::prune() at /root/doris/be/src/olap/segment_loader.cpp:101 14# doris::StorageEngine::_start_clean_cache() at /root/doris/be/src/olap/storage_engine.cpp:612 15# doris::StorageEngine::_fd_cache_clean_callback() at /root/doris/be/src/olap/olap_server.cpp:174 16# doris::Thread::supervise_thread(void*) at /root/doris/be/src/util/thread.cpp:455 17# 0x00007F350542BF2B in /lib64/libpthread.so.0 18# __clone in /lib64/libc.so.6 ### What You Expected? why happened and how to resolve. ### 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]
