xingyingone opened a new issue, #30563: URL: https://github.com/apache/doris/issues/30563
### 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 2.0.3 ### What's Wrong? be crash 1. be.out start time: Fri Dec 22 18:37:27 CST 2023 INFO: java_cmd /home/olap/doris/java8/bin/java INFO: jdk_version 8 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory] Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/olap/doris/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. start time: Fri Dec 22 19:24:57 CST 2023 INFO: java_cmd /home/olap/doris/java8/bin/java INFO: jdk_version 8 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/olap/doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory] Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/olap/doris/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. *** Query id: 30621429841a475a-836b6363f450c76c *** *** tablet id: 0 *** *** Aborted at 1706596268 (unix time) try "date -d @1706596268" if you are using GNU date *** *** Current BE git commitID: 37d31a5 *** *** SIGSEGV unknown detail explain (@0x0) received by PID 6514 (TID 6952 OR 0x7f24aab92700) from PID 0; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/src/doris-2.0/be/src/common/signal_handler.h:417 1# os::Linux::chained_handler(int, siginfo*, void*) in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so 2# JVM_handle_linux_signal in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so 3# signalHandler(int, siginfo*, void*) in /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so 4# 0x00007F27D8BC3400 in /lib64/libc.so.6 5# bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, bvar::detail::AddTo<long> >::Agent>::_destroy_tls_blocks() at /var/local/thirdparty/installed/include/bvar/detail/agent_group.h:166 6# 0x000055ADFF4EA32E in /home/olap/doris/be/lib/doris_be 7# __nptl_deallocate_tsd in /lib64/libpthread.so.0 8# start_thread in /lib64/libpthread.so.0 9# clone in /lib64/libc.so.6 2. stack [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Missing separate debuginfo for /home/olap/doris/java8/jre/lib/amd64/server/libjvm.so Missing separate debuginfo for /home/olap/doris/java8/jre/lib/amd64/libverify.so Missing separate debuginfo for /home/olap/doris/java8/jre/lib/amd64/libmanagement.so Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /home/olap/doris/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0] Core was generated by `/home/olap/doris/be/lib/doris_be'. Program terminated with signal 11, Segmentation fault. #0 0x000055adf731ae0a in bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, bvar::detail::AddTo<long> >::Agent>::_destroy_tls_blocks() () Missing separate debuginfos, use: debuginfo-install glibc-2.17-317.el7.x86_64 zlib-1.2.7-18.el7.x86_64 (gdb) bt #0 0x000055adf731ae0a in bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, bvar::detail::AddTo<long> >::Agent>::_destroy_tls_blocks() () #1 0x000055adff4ea32e in ?? () #2 0x00007f27d825cca2 in __nptl_deallocate_tsd () from /lib64/libpthread.so.0 #3 0x00007f27d825ceb3 in start_thread () from /lib64/libpthread.so.0 #4 0x00007f27d8c8b96d in clone () from /lib64/libc.so.6 (gdb) ### What You Expected? no crash ### How to Reproduce? I don't kown ### Anything Else? no ### 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