We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
✔ 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.
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
✔ 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.
The text was updated successfully, but these errors were encountered: