-
Notifications
You must be signed in to change notification settings - Fork 202
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
Access violation in stack frame when compiling program with any solana version greater than 1.18.0 #1158
Comments
We've experienced the same issue, and believe it's caused by the ix using too much stack size. We have noticed that the
Started having the issue after migrating from solana Using https://github.com/anza-xyz/platform-tools/releases v1.41 to compile. Note: Everything works fine on testnet, when deploying on devnet today, error rise again. Removed one more account and it worked.
|
I believe the problem is fixed is platform tools version v1.41. You can check the version of your tools using running Either way, can you provide an example code that triggers the problem? |
@LucasSte for us we're still getting this with |
Duplicate of #1186 (all ongoing efforts to fix the issue are being discussed there). |
Problem
I run into
Access violation in stack frame
errors anytime I compile my program with a solana version greater than 1.18.0. This includes the latest version 1.18.12. #252 Mentions the issue but it looks like some of us are still running into it. I tested the issue using a vanilla solana program instruction with minimal # of accounts and still see it.Related issue in anchor
coral-xyz/anchor#2835 (comment)
Proposed Solution
The text was updated successfully, but these errors were encountered: