-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation successful but received "Illegal instruction (core dumped)" #181
Comments
Hi, I can't reproduce, an installation from scratch works fine for me on 16.04. If you'd like to debug further you can try
and use |
Thanks for the quick reply. I executed the above command and the backtrace gave me P.S. I am also trying to compile the test code in README.md using |
Hi, I have a similar issue. gdb detail is below.
and bt
What happened? Thanks! |
See #185 |
Thanks for the quick reply. Does nvm mean Node Version Manager? |
nvm means 'nevermind' I think :) |
HI, I noticed that my CPU don't have the FMA. |
@lexy16 I've decided to remove the optimization, try pulling the code again and building. |
Thank you very much!! @beniz |
I am installing libcmaes on ubuntu 16.04 and I receive the message "Illegal instruction (core dumped)" when trying to run the tests. I have used the basic option for compilation and install as it was described in the README.md file.
There was no error during compilation and I have all the dependencies mentioned in README.md. Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: