Skip to content
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

[e3] panic in exec3.go due to nil receipt #12255

Closed
taratorio opened this issue Oct 9, 2024 · 0 comments
Closed

[e3] panic in exec3.go due to nil receipt #12255

taratorio opened this issue Oct 9, 2024 · 0 comments
Labels
erigon3 imp1 High importance

Comments

@taratorio
Copy link
Member

taratorio commented Oct 9, 2024

After running fine for 2 days the node failed in execution with the below panic and kept on looping on repeat (stuck in execution stage with this nil pointer err):

[INFO] [10-09|10:10:55.127] [4/6 Execution] Done Commit every block  blk=62801621 blks=1 blk/s=999.7 txs=1 tx/s=999 gas/s=0 buf=0B/2.0GB stepsInDB=0.00 step=2956.0 alloc=26.5GB sys=45.0GB
[EROR] [10-09|10:10:55.127] Staged Sync                              err="runtime error: invalid memory address or nil pointer dereference, trace: [stageloop.go:202 panic.go:770 panic.go:261 signal_unix.go:881 events.go:246 exec3.go:899 exec3.go:910 stage_execute.go:162 stage_execute.go:255 default_stages.go:506 sync.go:531 sync.go:410 stageloop.go:249 stageloop.go:101 asm_amd64.s:1695]"

Was running with

nohup ~/erigon/build/bin/erigon --chain=bor-mainnet --polygon.sync.stage=true --bor.milestone=false --bor.heimdall=http://0.0.0.0:1317 --sync.loop.block.limit=10_000 --batchSize=2g --datadir=/erigon-data/e3-polygon-sync-stage-mainnet --nat=extip:XX.XX.XX.XXX --metrics=true --metrics.addr=0.0.0.0 --metrics.port=8999 --pprof=true --pprof.port=6160 --txpool.disable=true --log.console.verbosity=debug &> /erigon-data/e3-polygon-sync-stage-mainnet/console.log &

Commit: 9c84bf5

@taratorio taratorio added imp1 High importance erigon3 labels Oct 9, 2024
@taratorio taratorio changed the title [e3] panic in exec3.go [e3] panic in exec3.go due to nil receipts Oct 9, 2024
@taratorio taratorio changed the title [e3] panic in exec3.go due to nil receipts [e3] panic in exec3.go due to nil receipt Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
erigon3 imp1 High importance
Projects
None yet
Development

No branches or pull requests

1 participant