Skip to content
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

Message "Illegal instruction (core dumped)" #125

Open
strongheart1 opened this issue Apr 19, 2021 · 3 comments
Open

Message "Illegal instruction (core dumped)" #125

strongheart1 opened this issue Apr 19, 2021 · 3 comments

Comments

@strongheart1
Copy link

I get the message

"Illegal instruction (core dumped)"

on the following command:

cat key_for_account_0_address_0.txt | ./cardano-address address payment --network-tag 0 > pay_to_account_0_address_0.txt

other commands, are ok, e.g.:
cat account_0_public_root_key.txt | ./cardano-address key child 0/0 > key_for_account_0_address_0.txt

cardano-address version
3.3.0 @ 7e06243

@strongheart1
Copy link
Author

additional info:
The precompiled binary for Linux was used.
CPU: Topology: Quad Core model: AMD Phenom II X4 850 bits: 64 type: MCP arch: K10 rev: 3
L2 cache: 2048 KiB
flags: lm nx pae sse sse2 sse3 sse4a svm bogomips: 26488

It works without errors with a different PC with CPU : Intel Core i7

@jonringer
Copy link

Generally this happens if something like -march=native gets passed on the build machine, and it will use cpu extensions which are available to that machine, but may not be available in something like a AMD Phenom II.

How did you acquire or build ./cardano-address?

@strongheart1
Copy link
Author

I used the precompiled binaries from the versions below:

cardano-addresses-3.3.0-linux64.tar.gz

cardano-addresses-3.4.0-linux64.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants