Closed Inphi closed 2 months ago
I took a snapshot of one of these panics, containing the same FPP inputs, op-program ELF binary, and preimages. And I'm no longer able to reproduce this on the latest MT-Cannon VM. And I'm no longer seeing any panic when I run TestVerifyL2Output
multiple times.
This is most likely fixed by #11757.
While running the op-program within MT-Cannon (see https://github.com/ethereum-optimism/optimism/pull/11587), I observed a Go runtime panic in the guest program. This issue isn't reproducible and I've seen panics occurring in other areas in the Go runtime. Here are a couple stack traces of the panic:
Example 1
Example 2
This needs to be debugged before MT-Cannon is ready for the op-program.