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

"message": "unrecognized call frame type: STOP" on debug_* using flatCallTracer #2390

Closed
yaanakbr opened this issue Jun 13, 2024 · 3 comments

Comments

@yaanakbr
Copy link

yaanakbr commented Jun 13, 2024

Describe the bug

Users are reporting errors unrecognized call frame type: STOP using debug_traceBlockByNumber

To Reproduce

{  
    "method": "debug_traceBlockByNumber",                                   
    "params": [
        "0xC10D988",
        {
            "tracer": "flatCallTracer"
        }
    ],
    "id": 0,
    "jsonrpc": "2.0"
  }
  

Is returning

{
    "jsonrpc": "2.0",
    "id": 0,
    "error": {
        "code": -32000,
        "message": "unrecognized call frame type: STOP"
    }
}

Additional context

I test all our nodes, and this error message is applicable on all of them. One thing to note is that this does work with callTracer

There is no panic on our end;

Jun 13 18:16:05  nitro[17016]: WARN [06-13|18:16:05.067] Served debug_traceBlockByNumber          conn=127.0.0.1:31652 reqid=0 duration=14.694899ms err="unrecognized call frame type: STOP"
@quickchase
Copy link

Related: ethereum-optimism/op-geth#248

@joshuacolvin0
Copy link
Member

Fixed by #2402 which will be in next release

@Tristan-Wilson
Copy link
Member

The fix is present in the v3.0.2 release https://github.com/OffchainLabs/nitro/releases/tag/v3.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants