You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I created Solana Program using Anchor framework and got error message about exceeded stack size, so I "Boxed" accounts and got stack size exactly 4096 bytes, however error message remained:
Error: Function _ZN155_$LT$mint_ware..instructions..project_init..ProjectInit$u20$as$u20$anchor_lang..Accounts$LT$mint_ware..instructions..project_init..ProjectInitBumps$GT$$GT$12try_accounts17hc5baac49fbda26d4E Stack offset of 4096 exceeded max offset of 4096 by 0 bytes, please minimize large stack variables
Hi!
Recently I created Solana Program using Anchor framework and got error message about exceeded stack size, so I "Boxed" accounts and got stack size exactly 4096 bytes, however error message remained:
Seems, that on line
llvm-project/llvm/lib/Target/BPF/BPFRegisterInfo.cpp
Line 60 in 646ec14
<
) MaxOffset, but not less-or-equal (<=
)Exceeding by 0 bytes shouldn't be an error, right?
Thank you!
The text was updated successfully, but these errors were encountered: