install hermes error
clhiker opened this issue · 1 comments
❯ 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…
❯ Testing…
when I run the jsvu, I encounter this problem.
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!