-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Alpha5 binary crash arm64 #12556
Comments
@blxdyx , hi |
I use Amazon Linux release 2 (Karoo), XXXX.amzn2.aarch64. |
@blxdyx thanks. There is a progress with fix, but it still require some more time. |
The released binaries of erigon3-alpha5 have cross-compatibility issues as demonstrated here: #12556 #12570 The reason for this was the static linking of system libraries which may not work correctly in other operating systems (e.g. Arch Linux). This problem can be averted by producing a dynamically linked binary instead, and assume that the user has correctly working system library dependencies. --------- Co-authored-by: antonis19 <antonis19@users.noreply.github.com>
@blxdyx , hi Please, download test release which is expected to run fine on your OS/Arch.
All files expires: Nov 28, 2024 11:26 AM Try artifacts for your OS/Arch and let us know your feedback. Best regards |
seems fixed: #12570 (comment) |
System information
Erigon version:
./erigon --version v3.0.0-alpha5
OS & Version: Linux(arm64)
Commit hash:
Erigon Command (with flags/config):
./build/bin/erigon --datadir=./data --chain=sepolia --log.console.verbosity=4 --port=30304 --http.port=8546 --authrpc.port=8552 --torrent.port=42068 --private.api.addr=127.0.0.1:9092 --http --ws --http.api=eth,debug,net,trace,web3,erigon
Consensus Layer:
Consensus Layer Command (with flags/config):
Chain/Network:
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Download binary from https://github.com/erigontech/erigon/releases/download/v3.0.0-alpha5/erigon_v3.0.0-alpha5_linux_arm64.tar.gz
Backtrace
crash.log
The text was updated successfully, but these errors were encountered: