-
Notifications
You must be signed in to change notification settings - Fork 10
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
Segfault upon any JS exception #93
Comments
hhefesto
added a commit
to hhefesto/servant-backend-playNFT
that referenced
this issue
Jan 11, 2022
Thanks for this issue, @RichardWarfield! I was about to give up. Commit |
Even I am getting this issues. Is there a fix other than moving back few commits? Code to reprduce this.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all thank you for this amazing project which has been so useful to us.
Describe the bug
Any exception in the JavaScript code now seems to result in a segfault in the Haskell application when using
eval
. This did not occur with older versions of inline-js;git bisect
reports that the first bad commit is ef67574 .To Reproduce
Please see reproducer here (uses Nix flakes)
Expected behavior
eval
throws an exception instead of causing a segfault.Environment
The text was updated successfully, but these errors were encountered: