Skip to content

Instantly share code, notes, and snippets.

@allada
Created June 27, 2022 23:27
Show Gist options
  • Save allada/25a85281fcbb9d87e393661bee9d6731 to your computer and use it in GitHub Desktop.
Save allada/25a85281fcbb9d87e393661bee9d6731 to your computer and use it in GitHub Desktop.
erigon_1 | [INFO] [06-27|23:25:30.866] [13/16 LogIndex] DONE in=14h58m10.810846887s
erigon_1 | [INFO] [06-27|23:25:30.884] [snapshots] Retire Blocks range=18500k-19000k
erigon_1 | [INFO] [06-27|23:25:30.884] Timings (slower than 50ms) Unwind HashState=51m23.87s Unwind Execution=51m34.323s Unwind Senders=211ms Unwind Headers=39.576s IntermediateHashes=1h35m59.714s CallTraces=9h18m10.893s AccountHistoryIndex=5h51m44.878s StorageHistoryIndex=22h43m40.543s LogIndex=14h58m10.81s
erigon_1 | panic: runtime error: invalid memory address or nil pointer dereference
erigon_1 | [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xe43fe9]
erigon_1 |
erigon_1 | goroutine 52924266 [running]:
erigon_1 | github.com/ledgerwatch/erigon-lib/compress.(*Getter).nextPos(0xc110c54f50?, 0x47?)
erigon_1 | github.com/ledgerwatch/erigon-lib@v0.0.0-20220620073929-46bebb3317d9/compress/decompress.go:312 +0x29
erigon_1 | github.com/ledgerwatch/erigon-lib/compress.(*Getter).Next(0xc078bc7840, {0x0, 0x0, 0x0})
erigon_1 | github.com/ledgerwatch/erigon-lib@v0.0.0-20220620073929-46bebb3317d9/compress/decompress.go:389 +0x59
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.expectedTxsAmount({0xc110c54cd0, 0x2b}, 0x11a49a0, 0x121eac0)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:1367 +0x1e5
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.DumpTxs({0x1f25d68?, 0xc001320300}, {0x7f80de08ca78?, 0xc001378000}, {0xc110c54cd0, 0x4c}, {0xc0005e3a40, 0x29}, 0x11a49a0, 0x121eac0, ...)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:1217 +0xbc5
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.dumpBlocksRange({0x1f25d68, 0xc001320300}, 0x659005?, 0xc000142200?, {0xc0005e3a40, 0x29}, {0xc0005e3a70, 0x2a}, {0x7f80de08ca78, 0xc001378000}, ...)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:1049 +0x365
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.DumpBlocks({0x1f25d68, 0xc001320300}, 0xc0a27e3ba0?, 0x121eac0, 0x7a120, {0xc0005e3a40, 0x29}, {0xc0005e3a70, 0x2a}, {0x7f80de08ca78, ...}, ...)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:1031 +0x165
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.retireBlocks({0x1f25d68, 0xc001320300}, 0x11a49a0, 0x121eac0, {0x38, 0x0, 0x0, 0x0}, {0xc0005e3a40, 0x29}, ...)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:978 +0x205
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.(*BlockRetire).RetireBlocks(...)
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:939
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync.(*BlockRetire).RetireBlocksInBackground.func1()
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:962 +0x1c8
erigon_1 | created by github.com/ledgerwatch/erigon/turbo/snapshotsync.(*BlockRetire).RetireBlocksInBackground
erigon_1 | github.com/ledgerwatch/erigon/turbo/snapshotsync/block_snapshots.go:952 +0xf1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment