-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stack leak, eventually causing overflow #11
Comments
Hmm, actually, the integer signedness branch passes almost all the tests now and doesn't have any overflows in that suite. Maybe the bug here was fixed? |
This still happens for my little animation program. The problem is that the in-memory stack (
|
Fixed, I suppose, by overhauling the Varvara vector API and getting rid of |
If you do
make test
and disable the code intests
that makes failed assertions crash, uxnemu eventually complains you've gotten a working-stack overflow. I've also seen this in one of my own programs that has animation with the screen vector. So I assume there's some push/pop mismatch, a stack leak of sorts.The text was updated successfully, but these errors were encountered: