-
Notifications
You must be signed in to change notification settings - Fork 25
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
selfdestruct NPE #1104
Comments
maybe already fixed as a355f8c has been merged after the release |
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 #1090 (comment) |
Could you still put it conventional form please @letypequividelespoubelles ? |
Blocks
Issues
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:
Cannot invoke "net.consensys.linea.zktracer.module.hub.AccountSnapshot.deepCopy()" because "this.selfdestructorAccountAfter" is null
Cannot invoke "net.consensys.linea.zktracer.module.hub.AccountSnapshot.deepCopy()" because "this.selfdestructorAccountAfter" is null
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:
Insufficient balance
Address: 0xf2614a233c7c3e7f08b1f887ba133a13f1eb2c55
Balance: 0x0000000000000000000000000000000000000000000000000000000000000000
Value: 0x00000000000000000000000000000000000000000000000000e0241f2da18713
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 #1090 (comment)
The text was updated successfully, but these errors were encountered: