Consensys / linea-tracer

Part of the Linea stack responsible for extracting data from the execution of an EVM client in order to construct large matrices called execution traces.
https://linea.build
Other
35 stars 22 forks source link

selfdestruct NPE #1104

Closed letypequividelespoubelles closed 3 weeks ago

letypequividelespoubelles commented 1 month ago

Blocks

8043758
8019521
8005327

Issues

          three more blocks:

blockNumber=8043758 07:20:19.171 [vert.x-worker-thread-19] ERROR org.hyperledger.besu.ethereum.api.query.BlockchainQueries - failed worldstate query for 0x71a447a9891baead07ec1dae958a3d283a9d820ebd2421820ba567c708be4a6b net.consensys.linea.zktracer.ZkTracer$TracingExceptions: Exceptions triggered while tracing:

blockNumber=8019521:

7:20:14.436 [vert.x-worker-thread-7] ERROR org.hyperledger.besu.ethereum.api.query.BlockchainQueries - failed worldstate query for 0x6ffd55ddcfe84c049ff61fa1e33acf275d3eac3d17b8c1ac92b479231efa639f net.consensys.linea.zktracer.ZkTracer$TracingExceptions: Exceptions triggered while tracing:

blockNumber=8005327:

java.lang.IllegalArgumentException: null at com.google.common.base.Preconditions.checkArgument(Preconditions.java:129) ~[guava-33.0.0-jre.jar:?] at net.consensys.linea.zktracer.module.hub.Hub.exitDeploymentFromDeploymentInfoPov(Hub.java:725) ~[?:?] at net.consensys.linea.zktracer.module.hub.Hub.traceContextExit(Hub.java:662) ~[?:?]

Originally posted by @FlorianHuc in https://github.com/Consensys/linea-tracer/issues/1090#issuecomment-2330798966

letypequividelespoubelles commented 1 month ago

maybe already fixed as https://github.com/Consensys/linea-tracer/commit/a355f8cf3fedc8ba11082991baa707391caa431b has been merged after the release

OlivierBBB commented 1 month ago

Are these 3 individual blocks failing ? Could you put this issue in the conventional format please @letypequividelespoubelles ?

lorenzogentile404 commented 1 month ago

8005327 is solved. The other 2 still needs debugging.

lorenzogentile404 commented 1 month ago

8043758 is solved too.

letypequividelespoubelles commented 1 month ago

Are these 3 individual blocks failing ? Could you put this issue in the conventional format please @letypequividelespoubelles ?

I didn't take a look, I just copy paste https://github.com/Consensys/linea-tracer/issues/1090#issuecomment-2330798966

OlivierBBB commented 1 month ago

Could you still put it conventional form please @letypequividelespoubelles ?