Mac 编译Doris BE后启动报错

Viewed 55

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: ***

请问大佬们应该如何解决这个问题

3 Answers

@徐振超@SelectDB 完整的be.out只有这些

➜  log cat be.out
StdoutLogger 2025-09-26 10:43:12,3N Start time: Fri 26 Sep 2025 10:43:12 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
W20250926 10:43:12.820683 25769941 cpu_info.cpp:198] Built on a system without sched_getcpu() support. Performance may be impacted.
W20250926 10:43:12.821010 25769941 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 1758854592 (unix time) try "date -d @1758854592" if you are using GNU date ***
*** Current BE git commitID: 97b77e6cda ***
*** SIGSEGV invalid permissions for mapped object (@0xfffffffffffffff0) received by PID 6822 (TID 25769941 OR 0x2074ee0c0) from PID 0; stack trace: ***

编一个ASAN的启动一下试试