echidna icon indicating copy to clipboard operation
echidna copied to clipboard

Improve error message on MaxInitCodeSizeExceeded issue

Open montyly opened this issue 9 months ago • 1 comments

echidna: VM failed for unhandled reason, MaxInitCodeSizeExceeded 0xc000 (Lit 0x1d8ea). This shouldn't happen. Please file a ticket with this error message and steps to reproduce!

We should recommend to do codeSize: 0xffffffff

montyly avatar Apr 25 '24 11:04 montyly

Added a quick note in the Echidna FAQ: https://github.com/crytic/building-secure-contracts/pull/355

ggrieco-tob avatar Apr 25 '24 12:04 ggrieco-tob

What's the fix for this error? I am having thesame issue.

Renzo1 avatar Jun 06 '24 01:06 Renzo1

@Renzo1 Add codeSize: 0xffffffff to your config file

ggrieco-tob avatar Jun 06 '24 05:06 ggrieco-tob