Open
Description
Problem
I'm getting an Access violation in stack frame errors anytime I compile my program, specifically this:
> Program returned error: Access violation in stack frame 5 at address 0x200005ff0 of size 8
Currently using solana version solana-cli 1.18.26
. Issue 1158 makes a note of this but im still running into it. I have tried Boxing the structs and redeploying my program but still getting the same issue.
Proposed Solution
N/A