为了更快的定位您的问题,请提供以下信息,谢谢
【详述】升级了编译环境,starRocks源码未编译,新环境编译的starRocks be制品,在执行测试用例的时候,直接coredump,具体内容如下:
query_id:85a33b00-fe93-11f0-a355-fa163ede3f64, fragment_instance:85a33b00-fe93-11f0-a355-fa163ede3f65
*** Aborted at 1769857000 (unix time) try “date -d @1769857000” if you are using GNU date ***
PC: @ 0x2e92420 (/opt/oss/rtsp/NdpStarRocksComponent-27.09.161-euler_amd64/be/lib/starrocks_be+0x2e9241f)
*** SIGSEGV (@0x0) received by PID 3092376 (TID 0x7f36d75b9640) from PID 0; stack trace: ***
@ 0x7f373f401518 (/usr/lib64/libc.so.6+0x90517)
@ 0x9f8a787 (/opt/oss/rtsp/NdpStarRocksComponent-27.09.161-euler_amd64/be/lib/starrocks_be+0x9f8a786)
@ 0x7f374095190c PosixSignals::chained_handler(int, siginfo_t*, void*)
@ 0x7f3740951c1b JVM_handle_linux_signal
@ 0x7f373f3b20b0 (/usr/lib64/libc.so.6+0x410af)
@ 0x2e92420 (/opt/oss/rtsp/NdpStarRocksComponent-27.09.161-euler_amd64/be/lib/starrocks_be+0x2e9241f)
@ 0x496ca7a starrocks::HllNdvAggregateFunction<(starrocks::LogicalType)51, true, starrocks::TimestampValue>::merge(starrocks::FunctionContext*, starrocks::Column const*, unsigned char*, unsigned long) const
@ 0x49480b1 starrocks::NullableAggregateFunctionUnary<std::shared_ptrstarrocks::AggregateFunction, starrocks::NullableAggregateFunctionState<starrocks::HyperLogLog, false>, false, true, starrocks::AggNonNullPredstarrocks::HyperLogLog >::merge_batch_single_state(st@
@ 0x464b90d starrocks::Aggregator::compute_single_agg_state(starrocks::Chunk*, unsigned long)
@ 0x454c2c6 starrocks::pipeline::AggregateBlockingSinkOperator::push_chunk(starrocks::RuntimeState*, std::shared_ptrstarrocks::Chunk const&)
@ 0x45234a5 starrocks::pipeline::PipelineDriver::process(starrocks::RuntimeState*, int)
@ 0x48118f4 starrocks::pipeline::GlobalDriverExecutor::_worker_thread()
@ 0x3952f9c starrocks::ThreadPool::dispatch_thread()
@ 0x394c02a starrocks:
:supervise_thread(void*)
@ 0x7f373f3fc81a (/usr/lib64/libc.so.6+0x8b819)
@ 0x7f373f47f140 (/usr/lib64/libc.so.6+0x10e13f)
【背景】做过哪些操作?
【业务影响】
【是否存算分离】村算一体集群
【StarRocks版本】例如:3.4.5
【集群规模】例如:3fe + 3be
【机器信息】x86 eulerOS
【联系方式】为了在解决问题过程中能及时联系到您获取一些日志信息,请补充下您的联系方式,例如:社区群4-小李或者邮箱,谢谢
【附件】
目前猜测是因为编译环境不同,导致某些依赖的.so文件版本不同导致的问题,各位社区大佬有没有遇到过相似的问题呢?