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 25 forks source link

fragment is null #1518

Open FlorianHuc opened 6 days ago

FlorianHuc commented 6 days ago

modexp_modsize0_returndatasize_d4g0v0_London[London]

in callsection we do: this.addFragment(finalContextFragment); with finalContextFragment == null.

This later leads to an NPE while looping over all elements.

we are in case where scenarioFragment.getScenario() == CALL_PRC_FAILURE

We may need a new condition in the constructor.

letypequividelespoubelles commented 6 days ago

same as #1502