kanghuzai commented on issue #28134: URL: https://github.com/apache/doris/issues/28134#issuecomment-1907622429
**This is my first time starting BE and reporting this error** start time: Wed Jan 24 16:20:03 CST 2024 INFO: java_cmd /usr/java/jdk1.8.0_192/bin/java INFO: jdk_version 8 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLogger Binder.class] SLF4J: Found binding in [jar:file:/usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/local/apache-doris-2.0.3-bin-x64-noavx2/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 /usr/local/apache-doris-2.0.3-bin-x64-noavx2/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'. F0124 16:20:07.932852 22939 backend_options.cpp:108] wrong cidr format. cidr_str= *** Check failure stack trace: *** @ 0x5571ba226e99 google::LogMessageFatal::~LogMessageFatal() @ 0x5571b2b4ef2a doris::BackendOptions::analyze_priority_cidrs() @ 0x5571b2b4e9fe doris::BackendOptions::init() @ 0x5571b20a07a7 main @ 0x7f3e565d9555 __libc_start_main @ 0x5571b209f02a _start @ (nil) (unknown) *** Query id: 0-0 *** *** tablet id: 0 *** *** Aborted at 1706084408 (unix time) try "date -d @1706084408" if you are using GNU date *** *** Current BE git commitID: 37d31a5 *** *** SIGABRT unknown detail explain (@0x599b) received by PID 22939 (TID 22939 OR 0x7f3e56fb9e00) from PID 22939; 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# 0x00007F3E565ED400 in /lib64/libc.so.6 2# gsignal in /lib64/libc.so.6 3# abort in /lib64/libc.so.6 4# 0x00005571BA22CE79 in /usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/doris_be 5# google::LogMessage::SendToLog() in /usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/doris_be 6# google::LogMessage::Flush() in /usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/doris_be 7# google::LogMessageFatal::~LogMessageFatal() in /usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/doris_be 8# doris::BackendOptions::analyze_priority_cidrs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<doris::CIDR, std::allocator<doris::CIDR> >*) at /root/src/doris-2.0/be/src/service/backend_options.cpp:111 9# doris::BackendOptions::init() at /root/src/doris-2.0/be/src/service/backend_options.cpp:44 10# main at /root/src/doris-2.0/be/src/service/doris_main.cpp:458 11# __libc_start_main in /lib64/libc.so.6 12# _start in /usr/local/apache-doris-2.0.3-bin-x64-noavx2/be/lib/doris_be -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
