Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upillegal hardware instruction in ubuntu #708
Comments
This comment has been minimized.
This comment has been minimized.
|
Please show the output of `cat /proc/cpuinfo`.
…On Dec 6, 2017 03:05, "David Nguyen" ***@***.***> wrote:
I have an Ubuntu VM on Azure (16.04.3 LTS (GNU/Linux 4.11.0-1015-azure
x86_64)), when I run rg, I have following error:
[1] 13638 illegal hardware instruction (core dumped) rg debian
Not sure where I go wrong. I installed it by downloading from github:
curl -L https://github.com/BurntSushi/ripgrep/releases/download/0.7.1/ripgrep-0.7.1-x86_64-unknown-linux-musl.tar.gz -o ripgrep.tar.gz
then extract and move rg executable to /usr/local/bin
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#708>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAb34oNWbCdikOSGit_CIRhJDbeLBYOfks5s9krJgaJpZM4Q3g-g>
.
|
This comment has been minimized.
This comment has been minimized.
|
Below is the output of that command:
|
This comment has been minimized.
This comment has been minimized.
|
OK, this is a duplicate of #135. Your CPU doesn't support SSSE3, and the binary I distribute uses SSSE3 instructions. Right now, the only way to run ripgrep on such a machine is to compile it or install it from a distro specific package repository. (I believe the latter does not exist on Ubuntu/Debian.) |
BurntSushi
closed this
Dec 6, 2017
BurntSushi
added
the
duplicate
label
Dec 6, 2017
This comment has been minimized.
This comment has been minimized.
|
This should be fixed by #857 in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hpcsc commentedDec 6, 2017
I have an Ubuntu VM on Azure (16.04.3 LTS (GNU/Linux 4.11.0-1015-azure x86_64)), when I run
rg, I have following error:Not sure where I go wrong. I installed it by downloading from github:
then extract and move
rgexecutable to/usr/local/bin