-
Notifications
You must be signed in to change notification settings - Fork 10
Various memory management issues #24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Thanks for your report. |
Hi @kou , thanks for a quick response, it seems that issue still persists and it is only partially resolved, if you would run this script a couple of times it sometimes finishes after 5k iterations and sometimes it exits earlier after ~5xx iterations without any error but if you look at exit code with
|
I think the problem happens when you have two unlinked elements and combine them together using |
GitHub: fix GH-24 Reported by Arturas M. Thanks!!!
Could you try master? |
It seems now it is fixed, thanks @kou ! |
Hi there,
I've been testing this library and playing with a different operations and noticed a problem with memory management once you start playing with elements and combining them together. I used the script below to reproduce the issue:
The script doesn't even finish and errors at 2xx, 3xx iteration I get a different memory related error messages for instance:
malloc_consolidate(): invalid chunk size
or:
free(): invalid pointer
Any ideas what might be happening? Maybe I use illegal API operations which introduce these type of problems?
The text was updated successfully, but these errors were encountered: