-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Geth crashes with index out of range #23947
Comments
Could you tell us which block you traced when this happened? |
@zeroecco Is that a custom call tracer? There's no |
@zeroecco well it's gonna be a challenge to debug without having the code :) but I have two suggestions:
|
Well, we can help you interpret the stack trace. In your custom code, on line Closing this since it's not actually a bug in our code. |
Just out of curiosity, how are you doing the tracing? I raised a panic in a tracer both via console or HTTP and the panic was cleanly recovered and geth didn't crash |
I apologize for the noise. this is on me. we are looking to move to the new go tracer and deprecating our custom go tracer |
System information
Geth version:
1.10.11
OS & Version: ubuntu 20.04 LTS
go version go1.15.5 linux/amd64
command with flags:
geth --http --http.api "eth,web3,txpool,net,debug" --ws --ws.api "eth,web3,txpool,net,debug,admin" --ws.origins="*" --http.addr="0.0.0.0" --ws.addr="0.0.0.0" --graphql --datadir /data/ethereum --syncmode=snap --txlookuplimit=0
Expected behaviour
system processes block
Actual behaviour
Geth crashed
Steps to reproduce the behavior
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: