Compiler Panics When Overflowing the Memory #3631
Labels
bug - type 0
compiler halts or panics instead of generating code
bug - typechecker
issue with typechecker
Version Information
vyper --version
): 0.3.10rc3python --version
): 3.11.4What's your issue about?
Given some expression that overflows the memory, the compiler panics instead of exiting with some custom error.
For example, compiling the following contract results in
vyper.exceptions.CompilerPanic: out of range
.The text was updated successfully, but these errors were encountered: