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

Memory management errors #16

Closed
epatrizio opened this issue Feb 27, 2022 · 3 comments
Closed

Memory management errors #16

epatrizio opened this issue Feb 27, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@epatrizio
Copy link
Owner

When using vectors in the Universal Machine, many errors appear (data inconsistencies).

@epatrizio epatrizio self-assigned this Feb 27, 2022
@epatrizio epatrizio added the bug Something isn't working label Feb 27, 2022
@epatrizio
Copy link
Owner Author

By running vector tests suite with Valgrind tool, bug located at the create vector level (malloc pointer versus structure!)

@epatrizio
Copy link
Owner Author

Previous commit fix vector error. But It's not over, there are still similar errors (Ex. Linked List)

@epatrizio
Copy link
Owner Author

Now, it seems to be ok!
Full tests suite run with valgrind no longer returns error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant