SIGILL: illegal instruction #3917
-
My system is working well with lotus 0.5. After upgrading with 0.6, 0.7 and 0.71, it keeps failing with illgal instruction issue. It is a dual Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz Dell R730 server. goroutine 0 [idle]: goroutine 4175 [syscall]: goroutine 1 [IO wait]: goroutine 19 [select]: goroutine 20 [runnable]: goroutine 15 [syscall]: goroutine 67 [chan receive]: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
fixed by this parameter If you are building Lotus 0.7.1 and have an older Intel or AMD processor, set: export CGO_CFLAGS="-D__BLST_PORTABLE__" |
Beta Was this translation helpful? Give feedback.
fixed by this parameter
If you are building Lotus 0.7.1 and have an older Intel or AMD processor, set:
export CGO_CFLAGS="-D__BLST_PORTABLE__"