trezor / blockbook

:blue_book: Trezor address/account balance backend
https://trezor.io
GNU Affero General Public License v3.0
653 stars 647 forks source link

erigon not starting after upgrade debian from 11 to 12 #1076

Closed Chinook96 closed 5 months ago

Chinook96 commented 5 months ago

In log is:

2024-04-30T18:48:16.653149+02:00 node systemd[1]: Started backend-ethereum.service - Ethereum backend daemon. 2024-04-30T18:48:16.888778+02:00 node sh[5085]: [INFO] [04-30|18:48:16.888] logging to file system log dir=/opt/coins/data/ethereum/backend file prefix=ethereum log level=info json=false 2024-04-30T18:48:16.890014+02:00 node sh[5085]: [INFO] [04-30|18:48:16.888] Build info git_branch= git_tag= git_commit= 2024-04-30T18:48:16.890043+02:00 node sh[5085]: [INFO] [04-30|18:48:16.888] Starting Erigon on Ethereum mainnet... 2024-04-30T18:48:16.890568+02:00 node sh[5085]: [INFO] [04-30|18:48:16.890] Maximum peer count ETH=100 total=100 2024-04-30T18:48:16.890773+02:00 node sh[5085]: [INFO] [04-30|18:48:16.890] starting HTTP APIs APIs=eth,net,web3,debug,txpool 2024-04-30T18:48:16.890877+02:00 node sh[5085]: [INFO] [04-30|18:48:16.890] torrent verbosity level=WRN 2024-04-30T18:48:16.892055+02:00 node sh[5085]: [INFO] [04-30|18:48:16.892] Set global gas cap cap=50000000 2024-04-30T18:48:16.927865+02:00 node sh[5085]: [INFO] [04-30|18:48:16.927] [Downloader] Running with ipv6-enabled=true ipv4-enabled=true download.rate=32mb upload.rate=4mb 2024-04-30T18:48:16.928361+02:00 node sh[5085]: [INFO] [04-30|18:48:16.928] Opening Database label=chaindata path=/opt/coins/data/ethereum/backend/erigon/chaindata 2024-04-30T18:48:16.932721+02:00 node sh[5085]: [INFO] [04-30|18:48:16.932] [db] open lable=chaindata sizeLimit=15TB pageSize=8192 2024-04-30T18:48:16.934874+02:00 node sh[5085]: [INFO] [04-30|18:48:16.934] Initialised chain configuration config="{ChainID: 1, Homestead: 1150000, DAO: 1920000, Tangerine Whistle: 2463000, Spurious Dragon: 2675000, Byzantium: 4370000, Constantinople: 7280000, Petersburg: 7280000, Istanbul: 9069000, Muir Glacier: 9200000, Berlin: 12244000, London: 12965000, Arrow Glacier: 13773000, Gray Glacier: 15050000, Terminal Total Difficulty: 58750000000000000000000, Merge Netsplit: , Shanghai: 1681338455, Cancun: , Prague: , Engine: ethash}" genesis=0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3 2024-04-30T18:48:16.940390+02:00 node sh[5085]: [INFO] [04-30|18:48:16.940] Initialising Ethereum protocol network=1 2024-04-30T18:48:16.940553+02:00 node sh[5085]: [INFO] [04-30|18:48:16.940] Disk storage enabled for ethash DAGs dir=/opt/coins/data/ethereum/backend/erigon/ethash-dags count=2 2024-04-30T18:48:16.945875+02:00 node sh[5085]: [INFO] [04-30|18:48:16.945] new subscription to logs established 2024-04-30T18:48:16.946484+02:00 node sh[5085]: [INFO] [04-30|18:48:16.946] rpc filters: subscribing to Erigon events 2024-04-30T18:48:16.946548+02:00 node sh[5085]: [INFO] [04-30|18:48:16.946] New txs subscriber joined 2024-04-30T18:48:16.946601+02:00 node sh[5085]: [INFO] [04-30|18:48:16.946] new subscription to newHeaders established 2024-04-30T18:48:16.947514+02:00 node sh[5085]: [INFO] [04-30|18:48:16.947] Reading JWT secret path=/opt/coins/data/ethereum/backend/erigon/jwt.hex 2024-04-30T18:48:16.947731+02:00 node sh[5085]: [INFO] [04-30|18:48:16.947] JsonRpc endpoint opened ws=true ws.compression=true grpc=false http.url=127.0.0.1:8036 2024-04-30T18:48:16.950082+02:00 node sh[5085]: fatal error: unexpected signal during runtime execution 2024-04-30T18:48:16.952326+02:00 node sh[5085]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x270e0 pc=0x270e0]

martinboehm commented 5 months ago

Hi, we run Erigon on Debian 12. You will probably have to find help in Erigon repository/support.

Chinook96 commented 5 months ago

What version of backend-ethereum are you running? I tried a clean install of debian12 and backend-ethereum_2.59.1-satoshilabs-1_amd64.deb not starting there.

martinboehm commented 5 months ago

A this moment erigon/2.59.1/linux-amd64/go1.21.6 and Prysm/v5.0.2 (linux amd64). The one currently in master branch.