2.0.0版本参照用户手册快速使用,启动报错Illegal instruction #1389
-
|
按照2.0.0版本用户手册https://ilogtail.gitbook.io/ilogtail-docs/installation/quick-start 进行快速开始,执行到后台启动iLogtail时报错Illegal instruction |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 11 replies
-
|
有没有更进一步的信息,比如一些系统的error日志? |
Beta Was this translation helpful? Give feedback.
-
|
机器的glibc版本是多少? |
Beta Was this translation helpful? Give feedback.
-
|
有没有试过直接下载源码编译后运行? |
Beta Was this translation helpful? Give feedback.
-
|
架构是什么?x86还是arm |
Beta Was this translation helpful? Give feedback.
-
|
再次启动后,ilogtail.LOG是否有error信息 |
Beta Was this translation helpful? Give feedback.
-
|
建议您是源码编译一下,看看能不能正常运行,如果仍然不能运行,可能需要用gdb来看下 |
Beta Was this translation helpful? Give feedback.
-
|
报错如下 kubectl logs -n sls -l k8s-app=loongcollector-ds
delay stop seconds : 0
start umount useless mount points, /shm$|/merged$|/mqueue$|volumes/kubernetes
umount done
start loongcollector
/etc/init.d/loongcollectord: line 144: 20 Illegal instruction (core dumped) $BIN_DIR/loongcollector -enable_host_id=false
loongcollector is stopped
loongcollector status:
loongcollector is stopped
delay stop seconds : 0
start umount useless mount points, /shm$|/merged$|/mqueue$|volumes/kubernetes
# cpu指令集也没有问题
lscpu |grep sse4_2
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault epb pti fsgsbase tsc_adjust smep dtherm arat pln pts可以远程(测试环境) |
Beta Was this translation helpful? Give feedback.






已解决,原因是机器环境缺少相关指令sfence、lfence、mfence,感谢大佬