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

install hermes error #114

Open
clhiker opened this issue Jul 8, 2021 · 1 comment
Open

install hermes error #114

clhiker opened this issue Jul 8, 2021 · 1 comment
Labels

Comments

@clhiker
Copy link

clhiker commented Jul 8, 2021

✔ Found latest Hermes version: v0.8.0.
✔ URL: https://github.com/facebook/hermes/releases/download/v0.8.0/hermes-cli-linux-v0.8.0.tar.gz
✔ Download completed.
❯ Extracting…
Installing binary to ~/.jsvu/engines/hermes/hermes…
Installing symlink at ~/.jsvu/hermes pointing to ~/.jsvu/engines/hermes/hermes…
Installing binary to ~/.jsvu/engines/hermes/hermes-compiler…
Installing symlink at ~/.jsvu/hermes-compiler pointing to ~/.jsvu/engines/hermes/hermes-compiler…
✔ Extraction completed.
❯ Testing…
✖ Error: Command was killed with SIGSEGV: /root/.jsvu/hermes /tmp/07291a24978c81f269cdb03d5676c574

when I run the jsvu, I encounter this problem.

@mathiasbynens
Copy link
Member

I can reproduce this with Hermes on linux64. It looks like it’s a Hermes issue, though:

$ hermes
>> ^C
Segmentation fault

$ cat test.js
print('Hello world!');

$ hermes test.js
Hello world!
Segmentation fault

If you are seeing the same behavior, please file an upstream issue and link to it here!

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

No branches or pull requests

2 participants