xingyingone opened a new issue, #24296:
URL: https://github.com/apache/doris/issues/24296

   ### 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
   
   *** Current BE git commitID: 30d35c4 ***
   
   I get binary file from  
https://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-2.0.1-bin-x64.tar.gz
   
   ### What's Wrong?
   
   be crash
   
   core file stack:
    [Thread debugging using libthread_db enabled]
   Using host libthread_db library "/lib64/libthread_db.so.1".
   Missing separate debuginfo for 
/home/hadoop/xingying01/jdk1.8.0_152/jre/lib/amd64/server/libjvm.so
   Try: yum --enablerepo='*debug*' install 
/usr/lib/debug/.build-id/33/99b43dc159adce4e9f8a6ed799f9a052dfb432.debug
   Missing separate debuginfo for 
/home/hadoop/xingying01/jdk1.8.0_152/jre/lib/amd64/libverify.so
   Try: yum --enablerepo='*debug*' install 
/usr/lib/debug/.build-id/02/d0b235076893dbb771c53d930e41ded6f666ef.debug
   Missing separate debuginfo for 
/home/hadoop/xingying01/jdk1.8.0_152/jre/lib/amd64/libmanagement.so
   Try: yum --enablerepo='*debug*' install 
/usr/lib/debug/.build-id/88/c0c64eb685c329ad849281135cfe113f3812e8.debug
   Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, 
or 4) [in module 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0]
   Core was generated by 
`/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be'.
   Program terminated with signal 6, Aborted.
   #0  0x00007f5bccfc92a7 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
   56        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
   (gdb) bt
   #0  0x00007f5bccfc92a7 in __GI_raise (sig=sig@entry=6) at 
../nptl/sysdeps/unix/sysv/linux/raise.c:56
   #1  0x00007f5bccfca688 in __GI_abort () at abort.c:89
   #2  0x0000564d60bba6f9 in ?? ()
   #3  0x0000564d60bb0cbd in google::LogMessage::SendToLog() ()
   #4  0x0000564d60bb11dc in google::LogMessage::Flush() ()
   #5  0x0000564d60bb4719 in google::LogMessageFatal::~LogMessageFatal() ()
   #6  0x0000564d5996c1ad in 
bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, 
bvar::detail::AddTo<long> >::Agent>::get_or_create_tls_agent(int) ()
   #7  0x0000564d5996bf48 in bvar::detail::AgentCombiner<long, long, 
bvar::detail::AddTo<long> >::get_or_create_tls_agent() ()
   #8  0x0000564d5996a246 in doris::MemTracker::~MemTracker() ()
   #9  0x0000564d598f57f8 in doris::ExecEnv::~ExecEnv() ()
   #10 0x00007f5bccfcbd69 in __run_exit_handlers (status=1, 
listp=0x7f5bcd33a5a8 <__exit_funcs>, 
run_list_atexit=run_list_atexit@entry=true) at exit.c:82
   #11 0x00007f5bccfcbdb5 in __GI_exit (status=<optimized out>) at exit.c:104
   #12 0x0000564d58f774dc in main ()
   
   
   
   error log:
   start time: Wed Sep 13 15:46:23 CST 2023
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in 
[jar:file:/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/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/hadoop/xingying01/apache-doris-2.0.1-bin-x64/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'.
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   F0913 15:46:27.273535 84721 agent_group.h:132] Check failed: false Invalid 
id=-1
   *** Check failure stack trace: ***
       @     0x564d60bb4719  google::LogMessageFatal::~LogMessageFatal()
       @     0x564d5996c1ad  
bvar::detail::AgentGroup<>::get_or_create_tls_agent()
       @     0x564d5996bf48  
bvar::detail::AgentCombiner<>::get_or_create_tls_agent()
       @     0x564d5996a246  doris::MemTracker::~MemTracker()
       @     0x564d598f57f8  doris::ExecEnv::~ExecEnv()
       @     0x7f5bccfcbd69  __run_exit_handlers
       @     0x7f5bccfcbdb5  __GI_exit
       @     0x564d58f774dc  main
       @     0x7f5bccfb5a85  __libc_start_main
       @     0x564d58f7502a  _start
       @              (nil)  (unknown)
   *** Query id: 0-0 ***
   *** Aborted at 1694591187 (unix time) try "date -d @1694591187" if you are 
using GNU date ***
   *** Current BE git commitID: 30d35c4 ***
   *** SIGABRT unknown detail explain (@0x154100014af1) received by PID 84721 
(TID 84721 OR 0x7f5bcd96cd80) from PID 84721; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/src/doris-2.0/be/src/common/signal_handler.h:413
    1# 0x00007F5BCCFC9320 in /lib64/libc.so.6
    2# __GI_raise at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
    3# abort at /home/impala/qianlei/glibc-2.18/stdlib/abort.c:91
    4# 0x0000564D60BBA6F9 in 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be
    5# google::LogMessage::SendToLog() in 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be
    6# google::LogMessage::Flush() in 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be
    7# google::LogMessageFatal::~LogMessageFatal() in 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be
    8# bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, 
bvar::detail::AddTo<long> >::Agent>::get_or_create_tls_agent(int) at 
/var/local/thirdparty/installed/include/bvar/detail/agent_group.h:136
    9# bvar::detail::AgentCombiner<long, long, bvar::detail::AddTo<long> 
>::get_or_create_tls_agent() at 
/var/local/thirdparty/installed/include/bvar/detail/combiner.h:297
   10# doris::MemTracker::~MemTracker() at 
/root/src/doris-2.0/be/src/runtime/memory/mem_tracker.cpp:69
   11# doris::ExecEnv::~ExecEnv() at 
/root/src/doris-2.0/be/src/runtime/exec_env.cpp:26
   12# __run_exit_handlers at /home/impala/qianlei/glibc-2.18/stdlib/exit.c:83
   13# 0x00007F5BCCFCBDB5 in /lib64/libc.so.6
   14# main at /root/src/doris-2.0/be/src/service/doris_main.cpp:389
   15# __libc_start_main at /home/impala/qianlei/glibc-2.18/csu/libc-start.c:303
   16# _start in 
/home/hadoop/xingying01/apache-doris-2.0.1-bin-x64/be/lib/doris_be
   
   ### What You Expected?
   
   start be withouy crash
   
   ### How to Reproduce?
   
   just test in CentOS Linux release 7.5.1804 (Core)
   
   ### Anything Else?
   
   no
   
   ### Are you willing to submit PR?
   
   - [X] 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

Reply via email to