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
I referred the previous suggestion(#3089) and Box some account, but it still show failed: Access violation in stack frame 5 at address 0x200005ee0 of size 8
cxp@R9000P:~/solana_learn/xenobunny/xenobunny-new/xenobunny-rust$ solana-install init 1.17.22
✨ 1.17.22 initialized
cxp@R9000P:~/solana_learn/xenobunny/xenobunny-new/xenobunny-rust$ anchor build
info: uninstalling toolchain 'solana'
info: toolchain 'solana' uninstalled
error: package `num_enum_derive v0.7.3` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.68.0-dev
Either upgrade to rustc 1.70.0 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `num_enum_derive` supporting rustc 1.68.0-dev
The text was updated successfully, but these errors were encountered:
This will be fixed in the next version (#3259). See Stack memory improvements if you want to learn more.
I optimized the program and successfully compiled it.
Version:
Code:
I referred the previous suggestion(#3089) and Box some account, but it still show
failed: Access violation in stack frame 5 at address 0x200005ee0 of size 8
when I try to using Solana CLI 1.17.22
That is my actions
The text was updated successfully, but these errors were encountered: