We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cairo version:
scarb 2.6.3 (e6f921dfd 2024-03-13)
Current behavior:
thread 'main' has overflowed its stack fatal runtime error: stack overflow Aborted (core dumped)
Expected behavior:
No stack overflow
Steps to reproduce:
trying to compile dynamic layout of STARK verifier in Cairo1 https://github.com/HerodotusDev/integrity/blob/dynamic_layout/src/air/layouts/dynamic/autogenerated.cairo
Other information:
Changing stack size to 128MB did help. Originally reported by @Okm165 on telegram
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Cairo version:
scarb 2.6.3 (e6f921dfd 2024-03-13)
Current behavior:
Expected behavior:
No stack overflow
Steps to reproduce:
trying to compile dynamic layout of STARK verifier in Cairo1
https://github.com/HerodotusDev/integrity/blob/dynamic_layout/src/air/layouts/dynamic/autogenerated.cairo
Other information:
Changing stack size to 128MB did help.
Originally reported by @Okm165 on telegram
The text was updated successfully, but these errors were encountered: