You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EROR] [09-10|07:00:59.993] RPC method debug_traceBlockByNumber crashed: runtime error: index out of range [-1]
[service.go:219 panic.go:770 panic.go:114 plain_readonly.go:192 intra_block_state.go:477 intra_block_state.go:223 evm.go:192 evm.go:301 state_transition.go:420 state_transition.go:184 tracing.go:149 tracing.go:225 tracing.go:152 tracing.go:167 tracing.go:32 value.go:596 value.go:380 service.go:224 handler.go:549 handler.go:482 handler.go:421 handler.go:241 handler.go:334 asm_arm64.s:1222]
The following error occurs when requesting debug_traceBlockByNumber or debug_traceTransaction.
tx is 0x384dbaad812747e3e7dee071159787f2a39c2887d7f79e8166f37656fc80613d.
`sort.Search` returns 0 for when a valid record in
`systemContractLookup` was not found, and when we subtract 1 from it, it
leads to an invalid index and a crash.
Fixes#11936
System information
Erigon version: erigon version 2.60.7-93016a97
Chain/Network: Polygon/Amoy
Log
The following error occurs when requesting
debug_traceBlockByNumber
ordebug_traceTransaction
.tx is 0x384dbaad812747e3e7dee071159787f2a39c2887d7f79e8166f37656fc80613d.
The text was updated successfully, but these errors were encountered: