-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Rinkeby network. Error: cannot read property 'calls' of undefined in server-side tracer function 'fault' #23660
Comments
I have same issue on Mainnet with partially executed transactions like this https://etherscan.io/tx/0xc3e19ca9c77ebe65b6ba927932ee6dcce69ae4eb324d8ecfac020f977a8eb5d3 |
A quick workaround is to use |
@MariusVanDerWijden if i use |
That's weird. With what error message does it crash? |
node shutdown without any error |
We found the original issue and will submit a fix today. But I haven't been able to reproduce the node crash using |
i have issue only on rinkeby (trx: https://rinkeby.etherscan.io/tx/0xdf8f0fc660ccc30c7d41f2fffa4b582c629d59597fb981019f0415a82ea9d7cd) |
@s1na I built node from https://github.com/s1na/go-ethereum/tree/fix/call-tracer-fault : |
How much |
I've had the same crash (without stacktrace) when I tried it via docker, but it worked perfectly (both legacy and normal) on native geth. |
I don't use |
@holiman I tried without docker - it's working. Thanks for the temporary solution |
System information
Geth version:
"Geth/v1.10.9-stable-eae3b194/linux-amd64/go1.17.1
OS & Version: Linux
Params: --rinkeby --syncmode full --gcmode=archive --snapshot=true
Actual behaviour
When i try to call the method debug_traceTransaction on Rinkeby network:
i get the error -
Expected behaviour
Correct traced response from node
The text was updated successfully, but these errors were encountered: