-
Notifications
You must be signed in to change notification settings - Fork 11
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
Segfault on merkle tree. #178
Comments
Examples like this were assigned successfully few weeks ago. |
The original issue caused by wrong memory access:
Any way need to modify code of example because we don't support dynamic loops |
Yeah, but we have an error even without any loops.
When we remove layer0.end(), this piece assignes well. |
Solution of @akokoshn works for me, we can close this. |
@ETatuzova , we can use |
So @ETatuzova , @martun , can we close issue? |
I receive segmentation fault on assigner call like this:
Circuit and inputs.zip
The text was updated successfully, but these errors were encountered: