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

Access violation in stack frame 5 at address 0x200005b50 of size 8 #1

Open
mhxw opened this issue Jul 17, 2024 · 3 comments
Open

Access violation in stack frame 5 at address 0x200005b50 of size 8 #1

mhxw opened this issue Jul 17, 2024 · 3 comments

Comments

@mhxw
Copy link

mhxw commented Jul 17, 2024

Hello,

I encountered an issue while deploying the mpl-hybrid program on the Solana Devnet. The initEscrowV1 function works successfully, but I am getting an error with the captureV1 function. Below are the versions I am using and the error message.

Thank you for your assistance.

  • version
rustc 1.75.0
solana-cli 1.18.8 (src:e2d34d37; feat:3469865029, client:SolanaLabs)
anchor-cli 0.29.0
  • error
SendTransactionError: Simulation failed. 
Message: Transaction simulation failed: Error processing Instruction 0: Program failed to complete. 
Logs: 
[
  "Program <program address> invoke [1]",
  "Program log: Instruction: CaptureV1",
  "Program <program address> consumed 3516 of 200000 compute units",
  "Program <program address> failed: Access violation in stack frame 5 at address 0x200005b50 of size 8"
]. 
@Mibrahimwali
Copy link

I got the same error while performing the execution of releaseV1.

"signature: '',
transactionMessage: 'Transaction simulation failed: Error processing Instruction 0: Program failed to complete',
transactionLogs: [
'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb invoke [1]',
'Program log: Instruction: ReleaseV1',
'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb consumed 3673 of 200000 compute units',
'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb failed: Access violation in stack frame 5 at address 0x200005b50 of size 8'
]"

@viettriit2110
Copy link

how to fix it?

@Mibrahimwali
Copy link

how to fix it?

It is already fixed on Devnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@Mibrahimwali @mhxw @viettriit2110 and others