Skip to content
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: Stack overflow on 2.6.3 with dynamic layout of STARK verifier in Cairo1 #6295

Closed
maciektr opened this issue Aug 27, 2024 · 0 comments · Fixed by #6303
Closed

bug: Stack overflow on 2.6.3 with dynamic layout of STARK verifier in Cairo1 #6295

maciektr opened this issue Aug 27, 2024 · 0 comments · Fixed by #6303
Labels
bug Something isn't working

Comments

@maciektr
Copy link
Collaborator

Bug Report

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

@maciektr maciektr added the bug Something isn't working label Aug 27, 2024
@orizi orizi linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant