WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Full stack causes stack overflow

Open tolauwae opened this issue 2 years ago • 1 comments

VM should detect full stack and throw an error instead of accessing memory out of bounds.

tolauwae avatar Dec 05 '22 09:12 tolauwae

I believe the segmentation fault comes from a continuously growing stackValues which leads to a stack exhaustion

carllocos avatar Dec 08 '22 13:12 carllocos