Skip to content
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

debug_traceTransaction returning empty result #22869

Closed
jayuuza opened this issue May 12, 2021 · 3 comments
Closed

debug_traceTransaction returning empty result #22869

jayuuza opened this issue May 12, 2021 · 3 comments
Labels

Comments

@jayuuza
Copy link

jayuuza commented May 12, 2021

System information

Geth version: 1.10.3
OS & Version: OSX
Network: Ropsten

Expected behaviour

Return transaction trace

Actual behaviour

Geth node either returns an empty response or times out for certain transactions

Steps to reproduce the behaviour

curl --cookie "$COOKIE" -H "Content-Type: application/json" \
  --data '{"method":"debug_traceTransaction","params":["0xf43f07733b7f32002c8b5743b282fc8607b5baccc2dd268fdd9a9f6b84265b9e",{"tracer":"callTracer", "timeout":"1000s"}],"id":7,"jsonrpc":"2.0"}' \
  my_node_url | jq
  
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   181    0     0  100   181      0      3  0:01:00  0:00:59  0:00:01     0
curl: (52) Empty reply from server

Backtrace

No errors or logs presented by the node for these traces.

Transactions

https://ropsten.etherscan.io/tx/0xf43f07733b7f32002c8b5743b282fc8607b5baccc2dd268fdd9a9f6b84265b9e
https://ropsten.etherscan.io/tx/0xd553a6e9c488b5360d3ecc9031738519672e7e2e363ee00f0ae7807e2f6788c6

@jayuuza
Copy link
Author

jayuuza commented May 13, 2021

Both those transactions used a large amount of gas, think the debug takes too long to execute and returns after some timeout

@jayuuza jayuuza changed the title debug_traceTransaction returning empty result on Ropsten debug_traceTransaction returning empty result May 26, 2021
@holiman
Copy link
Contributor

holiman commented Jun 3, 2021

This is a duplicate of #21430

@holiman
Copy link
Contributor

holiman commented Oct 20, 2021

Duplicate, closing

@holiman holiman closed this as completed Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants