-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Caught SIGILL in blst_cgo_init | status=132 #1164
Comments
Same here |
The problem first appears sometime after that commit: a5bbb7d |
Hi, we do not observe this problem in our environment. However, it looks like some issue with geth (which is included in Blockbook to provide client connectivity). Maybe something in this https://github.com/orgs/community/discussions/43153 discussion may help. |
I will check what is written in that issue. Thanks @martinboehm!
|
You could try building the project to be portable, which will remove any system-specific instructions there could be. But you will reduce your performance since it won't utilize any of them. We also suggest building the project on the same system you'll run it on again so it can utilize whatever instructions are present during the build and also after in the runtime. |
Issue Description:
I am experiencing an issue running Blockbook on my OVH VPS.
after running
I did try to remove blockbook repo and do
After that I git cloned blockbook again and ran
But again after running
I still receive: Caught SIGILL in blst_cgo_init, consult /bindings/go/README.md.
Maybe there's a workaround, or will this VPS with CPU limitations (I think it is) be sort of useless?
Environment Details:
Virtualization features:
Caches:
NUMA:
Vulnerabilities:
Any help in resolving this issue or explaining it more would be nice
The text was updated successfully, but these errors were encountered: