erigontech / erigon

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

crash on mdbx put #10756

Closed sudeepdino008 closed 4 months ago

sudeepdino008 commented 4 months 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 4 months ago

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

dvovk commented 4 months ago

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

AskAlexSharov commented 4 months ago

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

yperbasis commented 4 months ago

Closing as duplicate of #10814