Doris版本:2.1.11
通过Mac编译Doris BE后,启动报错
sh bin/start_be.sh --daemon
be.conf配置修改如下:
storage_root_path=/xxx/Doris/Data,medium:SSD
min_file_descriptor_number=10000
报错信息如下:
StdoutLogger 2025-09-25 17:28:20,3N Start time: Thu 25 Sep 2025 17:28:20 CST
INFO: java_cmd /Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/bin/java
INFO: jdk_version 8
<jemalloc>: No getcpu support: percpu_arena:percpu
<jemalloc>: option background_thread currently supports pthread only
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20250925 17:28:21.406082 25064290 cpu_info.cpp:198] Built on a system without sched_getcpu() support. Performance may be impacted.
W20250925 17:28:21.406276 25064290 cpu_info.cpp:214] /sys/devices/system/node is not present - no NUMA support
*** Query id: 0-0 ***
*** is nereids: 0 ***
*** tablet id: 0 ***
*** Aborted at 1758792501 (unix time) try "date -d @1758792501" if you are using GNU date ***
*** Current BE git commitID: 97b77e6cda ***
*** SIGSEGV invalid permissions for mapped object (@0xfffffffffffffff0) received by PID 79047 (TID 25064290 OR 0x2074ee0c0) from PID 0; stack trace: ***
请问大佬们应该如何解决这个问题