ledgerwatch / erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
3.03k stars 1.04k forks source link

crash on mdbx put #10756

Open sudeepdino008 opened 1 week ago

sudeepdino008 commented 1 week ago

System information

Erigon version: ./erigon --version started out at 2.59.2, now updated to 2.60.1

OS & Version: Windows/Linux/OSX

Commit hash:

Erigon Command (with flags/config): erigon --datadir "/mnt/data/ethereum/erigon_full" --chain mainnet --port=30303 --http.port=8545 --authrpc.port=8551 --http.corsdomain "*" --torrent.port=42069 --private.api.addr=127.0.0.1:9090 --http --ws --http.api=eth,debug,net,trace,web3,erigon --authrpc.jwtsecret=/mnt/data/ethereum/jwt.hex --internalcl

Consensus Layer: caplin

Chain/Network: mainnet

Expected behaviour

erigon syncs

Actual behaviour

got a crash: internal_cl_log.log

For more details, look at: https://discord.com/channels/687972960811745322/1250724159655514112/1250728027101462589

sudeepdino008 commented 1 week ago

asked user if the storage space is exhausted (since segmentation fault on mdbx put).

dvovk commented 1 week ago

User reported that he has enough space ("I have 10T/25T space available")

AskAlexSharov commented 6 days ago

duplicate of https://github.com/ledgerwatch/erigon/issues/10814#issuecomment-2179932294