BE经常不明原因crash

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】例如:2.5.7
【集群规模】例如:3fe(1 follower+2observer)+5be(fe与be混部)
be.out日志

*** Aborted at 1697521081 (unix time) try “date -d @1697521081” if you are using GNU date ***
PC: @ 0x4152bf8 starrocks::vectorized::SegmentIterator::_finish_late_materialization()
*** SIGSEGV (@0x0) received by PID 20062 (TID 0x7fb12e8f7700) from PID 0; stack trace: ***
@ 0x5960be2 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7fb395c36630 (unknown)
@ 0x4152bf8 starrocks::vectorized::SegmentIterator::_finish_late_materialization()
@ 0x415b990 starrocks::vectorized::SegmentIterator::_do_get_next()
@ 0x415e380 starrocks::vectorized::SegmentIterator::do_get_next()
@ 0x41e2ab2 starrocks::vectorized::ProjectionIterator::do_get_next()
@ 0x4786ee5 starrocks::SegmentIteratorWrapper::do_get_next()
@ 0x45b6723 starrocks::vectorized::TimedChunkIterator::do_get_next()
@ 0x420b30e starrocks::vectorized::TabletReader::do_get_next()
@ 0x2fd2dfb starrocks::pipeline::OlapChunkSource::_read_chunk_from_storage()
@ 0x2fd34db starrocks::pipeline::OlapChunkSource::_read_chunk()
@ 0x2fc2dcf starrocks::pipeline::ChunkSource::buffer_next_batch_chunks_blocking()
@ 0x2d410b4 _ZZN9starrocks8pipeline12ScanOperator18_trigger_next_scanEPNS_12RuntimeStateEiENKUlvE_clEv
@ 0x2d521ae starrocks::workgroup::ScanExecutor::worker_thread()
@ 0x4983a52 starrocks::ThreadPool::dispatch_thread()
@ 0x497e54a starrocks::thread::supervise_thread()
@ 0x7fb395c2eea5 start_thread
@ 0x7fb395249b0d __clone
@ 0x0 (unknown)
start time: Tue Oct 17 13:38:32 CST 2023

建议升级到2.5最新版本,之前的版本存在一些已知bug

这个bug有具体原因吗