erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.13k stars 1.11k forks source link

Alpha5 binary crash #12556

Open blxdyx opened 9 hours ago

blxdyx commented 9 hours ago

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

blxdyx commented 9 hours ago

Same with #7130 , seems fix by #7193, but finalize remove by #7421.