'Aborted (core dumped) in solana-test-validator
I tried solana-test-validator. I have got the following error message.
“Aborted (core dumped)”
How can I solve it?
- os : ubuntu 20.0.4 (vmware)
- solana version : solana-cli 1.9.4
- cluster : localhost
Solution 1:[1]
https://forums.solana.com/t/solana-test-validator-error-missing-avx2/3272
Try to run solana-test-validator --log to see this kind of output. Your error probably rely on CPU AVX2 instructions that yours doesn't have.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | convo7 |
