-
Notifications
You must be signed in to change notification settings - Fork 386
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
[Bug-Candidate]: Internal Error: TODO: implement copySlice with a symbolically sized region #1247
Comments
The symbolic worker crashes and it won't recover (that's an know issue, but we need to open a new report for that). We should investigate the error. |
This error is a missing implementation (e.g. TODO) from the HEVM code. I assume it's a known issue from hevm, but perhaps it is useful to let then know it is reachable (so please create a report in their issue tracker and link this one). A few debug capabilities are coming to the echidna's symexec feature that will allow users to report in which transactions are actually causing a crash. These are going to be very useful for reporting issues. |
Is this still an issue? |
According to the HEVM issue it should be fixed. I haven't run into this issue since, so I'm ok with closing it. We can always reopen later 🙂 |
Describe the issue:
Got this error while testing symbolic execution on one of my fuzzing suites.
Code example to reproduce the issue:
https://github.com/perimetersec/drips-fuzzing
Version:
Latest
master
with symbolic executionThe text was updated successfully, but these errors were encountered: