reth-indexer icon indicating copy to clipboard operation
reth-indexer copied to clipboard

reth-indexer db panics on `osal_rdt_unlock` while syncing new block headers

Open halljson opened this issue 2 years ago • 5 comments

This has popped up twice once the indexer catches up and starts syncing new block headers, it runs fine for hours before hitting this:

new block(s) found check from: 17713275... last seen: 17713274... latest block: 17713275
new block(s) found check from: 17713276... last seen: 17713275... latest block: 17713276
reth-database-reader: mdbx:0: panic: Assertion `osal_rdt_unlock() failed: err 1
' failed.
Aborted (core dumped)

real    594m0.578s
user    0m13.813s
sys     0m2.265s

halljson avatar Jul 17 '23 14:07 halljson