deaftstill opened a new issue, #16879: URL: https://github.com/apache/doris/issues/16879
### 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 doris-1.2.0-rc04 ### What's Wrong? 1.执行的5条insert语句数据量都在 2-3万条 2.执行了两次这几条insert语句,第一次不报错,隔了大概三分钟执行第二次开始报错 3.fe.out输出信息如下: `*** Query id: 2b587ec65ee34787-b09fbb9415942417 *** *** Aborted at 1676621475 (unix time) try "date -d @1676621475" if you are using GNU date *** *** Current BE git commitID: Unknown *** *** SIGSEGV address not mapped to object (@0x1e0000) received by PID 22744 (TID 0x7f5f55bf4700) from PID 1966080; 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 /opt/service/jdk1.8.0_341/jre/lib/amd64/server/libjvm.so 2# JVM_handle_linux_signal in /opt/service/jdk1.8.0_341/jre/lib/amd64/server/libjvm.so 3# signalHandler(int, siginfo*, void*) in /opt/service/jdk1.8.0_341/jre/lib/amd64/server/libjvm.so 4# 0x00007F6424177400 in /lib64/libc.so.6 5# jemalloc_usable_size at ../src/jemalloc.c:3740 6# doris_free at /root/doris/be/src/runtime/memory/jemalloc_hook.cpp:40 7# __GI__dl_deallocate_tls in /lib64/ld-linux-x86-64.so.2 8# __free_stacks in /lib64/libpthread.so.0 9# __deallocate_stack in /lib64/libpthread.so.0 10# start_thread in /lib64/libpthread.so.0 11# clone in /lib64/libc.so.6 ` 4.执行dmesg -T 没有发现被系统kill掉 ### What You Expected? 期望是能找出解决方法,以及产生原因 ### 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