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

fillchar infinity loop #34

Closed
GSoftwareDevelopment opened this issue Apr 29, 2021 · 1 comment
Closed

fillchar infinity loop #34

GSoftwareDevelopment opened this issue Apr 29, 2021 · 1 comment

Comments

@GSoftwareDevelopment
Copy link
Contributor

I got an error related to the detection of an infinite loop, for ( probably) a FillChar routine with the length parameter set to 1024 bytes.
Since I was clearing PMG memory, I could afford to delete one less byte (1023) and that caused the error to not show up.

However, in the course of expanding the program, something changed. The point is that I restored the amount of memory being filled, back to 1024 and the error is not there.

This is strange to me.

@GSoftwareDevelopment
Copy link
Contributor Author

I am closing this case because, it is related to an issue #36

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

1 participant